Update .forgejo/workflows/yamllint.yml

This commit is contained in:
Matt Reeves 2024-07-23 21:26:33 -04:00
parent e19c132f30
commit 0d60994a5b

View file

@ -17,14 +17,10 @@ jobs:
with:
node-version: 14
- name: Install yamllint
run: |
npm install -g yaml-lint
- name: Show yamllint version
run: |
yamllint --version
- name: Lint .yml files
run: |
yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./**/*.yml
yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" docker/**/*.yml