Compare commits

...

2 commits

Author SHA1 Message Date
ba909be9b7 Merge branch 'main' into renovate/ghcr.io-linuxserver-lidarr
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
2024-12-13 00:36:37 -05:00
01099303c5 Update .forgejo/workflows/yamllint.yml 2024-12-13 00:36:26 -05:00

View file

@ -21,4 +21,4 @@ jobs:
- name: Lint .yml files
run: |
find docker -name "*.yml" -exec yamllint -s -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
find docker -name "*.yml" -exec yamllint --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;