Finally: yes and no.

This commit is contained in:
Robert de Bock 2024-03-15 10:34:02 +01:00
parent a9b3e1d7f7
commit fc3c738fb5
4 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,11 @@ rules:
max-spaces-inside: 1
level: error
line-length: disable
truthy: disable
truthy:
check-keys: no
allowed-values:
- "yes"
- "no"
ignore: |
.tox/

View File

@ -17,8 +17,5 @@ exclude_paths:
- .github
- requirements.yml
skip_list:
- yaml[truthy]
enable_list:
- name[prefix]

View File

@ -24,7 +24,7 @@ jobs:
- lint
runs-on: ubuntu-20.04
strategy:
fail-fast: false
fail-fast: no
matrix:
config:
{% for platform in meta.galaxy_info.platforms %}

View File

@ -32,5 +32,5 @@ jobs:
with:
directory: {% raw %}${{ github.repository }}{% endraw %}
force: true
force: yes
branch: png