We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31db085 commit 1df2ed3Copy full SHA for 1df2ed3
.github/workflows/linter.yaml
@@ -35,9 +35,4 @@ jobs:
35
36
- name: YAML linter
37
run: |
38
- results=$(find . -type f -name "*.yaml" -o -name "*.yml" -exec yamllint {} \;)
39
- if [[ -n "$results" ]]; then
40
- echo "YAML files must be formatted with 'yamllint'. Please run 'yamllint' and commit the changes."
41
- echo "$results"
42
- exit 1
43
- fi
+ yamllint --strict .
0 commit comments