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 max-spaces-inside: 1
level: error level: error
line-length: disable line-length: disable
truthy: disable truthy:
check-keys: no
allowed-values:
- "yes"
- "no"
ignore: | ignore: |
.tox/ .tox/

View File

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

View File

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

View File

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