Skip to content

Commit

Permalink
yamllint config
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jul 27, 2023
1 parent 9a61762 commit da320ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/validate_yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ jobs:
- name: Run YAML linter
run: |
yamllint --list-files .
yamllint -d "{extends: relaxed, rules: {line-length: disable}}" .
yamllint -d "{
extends: default,
rules: {
line-length: disable,
document-start: {present: false},
truthy: {check-keys: false}
}
}" .

0 comments on commit da320ef

Please sign in to comment.