diff --git a/scripts/lint-actionlint.sh b/scripts/lint-actionlint.sh index 9a94bdc8c..3439d8e96 100755 --- a/scripts/lint-actionlint.sh +++ b/scripts/lint-actionlint.sh @@ -18,4 +18,4 @@ fi # Run actionlint: echo "Lint GitHub Actions workflows..." # shellcheck disable=SC2086 -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}