diff options
author | cos <cos> | 2024-07-05 09:56:54 +0200 |
---|---|---|
committer | cos <cos> | 2024-07-22 12:43:01 +0200 |
commit | 760d1e87d668b5009b833490972162f6c263cce4 (patch) | |
tree | 0263dcbfe5ed38288e84a550e5b56356474c4be3 | |
parent | 744d03ee5b1702a366d57d41954553cea0f0f2bc (diff) | |
download | AntennaPod-760d1e87d668b5009b833490972162f6c263cce4.zip |
wip: yamllint
-rw-r--r-- | .github/workflows/checks.yml | 1 | ||||
-rw-r--r-- | .yamllint.yaml | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0d8ef46c1..df5d895a2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,3 +1,4 @@ +--- name: Checks on: diff --git a/.yamllint.yaml b/.yamllint.yaml new file mode 100644 index 000000000..ad9c3a9d3 --- /dev/null +++ b/.yamllint.yaml @@ -0,0 +1,7 @@ +--- +extends: default + +rules: + brackets: disable + line-length: disable + truthy: disable |