We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d8a9d + b4b4172 commit 583aab6Copy full SHA for 583aab6
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