Finally: yes and no.
This commit is contained in:
parent
a9b3e1d7f7
commit
fc3c738fb5
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -17,8 +17,5 @@ exclude_paths:
|
|||
- .github
|
||||
- requirements.yml
|
||||
|
||||
skip_list:
|
||||
- yaml[truthy]
|
||||
|
||||
enable_list:
|
||||
- name[prefix]
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -32,5 +32,5 @@ jobs:
|
|||
with:
|
||||
directory: {% raw %}${{ github.repository }}{% endraw %}
|
||||
|
||||
force: true
|
||||
force: yes
|
||||
branch: png
|
||||
|
|
|
|||
Loading…
Reference in New Issue