We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint-actionlint.sh
*.yml
1 parent 20d8a9d commit b4b4172Copy full SHA for b4b4172
scripts/lint-actionlint.sh
@@ -18,4 +18,4 @@ fi
18
# Run actionlint:
19
echo "Lint GitHub Actions workflows..."
20
# shellcheck disable=SC2086
21
-git ls-files --exclude-standard --no-deleted --deduplicate '.github/workflows/*.yaml' | xargs -L50 ${actionlint}
+git ls-files --exclude-standard --no-deleted --deduplicate '.github/workflows/*.yml' '.github/workflows/*.yaml' | xargs -L50 ${actionlint}
0 commit comments