fix(ci): bookworm pip via apt, valid truthy nesting, runtime-file ignores [#784]
ci / lint (push) Successful in 45s
ci / lint (push) Successful in 45s
Red/green: run 1 failed 27s (no pip in node image); run 2 blocker was invalid truthy nesting in .yamllint. Local repro now green. https://projects.knownelement.com/issues/784
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: yamllint
|
- name: yamllint
|
||||||
run: |
|
run: |
|
||||||
pip install --quiet yamllint
|
apt-get update -qq >/dev/null && apt-get install -qq -y python3-pip >/dev/null && pip install --quiet --break-system-packages yamllint
|
||||||
yamllint -c .yamllint .
|
yamllint -c .yamllint .
|
||||||
- name: secret scan
|
- name: secret scan
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -3,12 +3,15 @@
|
|||||||
extends: default
|
extends: default
|
||||||
ignore: |
|
ignore: |
|
||||||
docs/
|
docs/
|
||||||
|
secrets.yaml
|
||||||
|
*.db
|
||||||
rules:
|
rules:
|
||||||
line-length: disable
|
line-length: disable
|
||||||
comments: disable
|
comments: disable
|
||||||
comments-indentation: disable
|
comments-indentation: disable
|
||||||
document-start: disable
|
document-start: disable
|
||||||
truthy: check-keys: false
|
truthy:
|
||||||
|
check-keys: false
|
||||||
indentation:
|
indentation:
|
||||||
spaces: consistent
|
spaces: consistent
|
||||||
indent-sequences: consistent
|
indent-sequences: consistent
|
||||||
|
|||||||
Reference in New Issue
Block a user