Skip to content

Commit

Permalink
Issue #764: Add --parse-tags to yaml-lint command (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Jan 15, 2025
1 parent c563286 commit a8c76dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tasks:
- |
DIRS_ARR=({{.YAML_DIRS}})
for DIR in "${DIRS_ARR[@]}"; do
./vendor/bin/yaml-lint $DIR
./vendor/bin/yaml-lint --parse-tags $DIR
done
- |
DIRS_ARR=({{.TWIG_DIRS}})
Expand Down

0 comments on commit a8c76dd

Please sign in to comment.