Finally: yes and no.
This commit is contained in:
parent
a9b3e1d7f7
commit
fc3c738fb5
|
|
@ -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/
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,5 @@ exclude_paths:
|
||||||
- .github
|
- .github
|
||||||
- requirements.yml
|
- requirements.yml
|
||||||
|
|
||||||
skip_list:
|
|
||||||
- yaml[truthy]
|
|
||||||
|
|
||||||
enable_list:
|
enable_list:
|
||||||
- name[prefix]
|
- name[prefix]
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue