Skip to content

Commit 583aab6

Browse files
authored
Merge pull request #722 from IntersectMBO/jeltsch/actionlint-for-yml
Make `lint-actionlint.sh` also consider `*.yml` files
2 parents 20d8a9d + b4b4172 commit 583aab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint-actionlint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fi
1818
# Run actionlint:
1919
echo "Lint GitHub Actions workflows..."
2020
# shellcheck disable=SC2086
21-
git ls-files --exclude-standard --no-deleted --deduplicate '.github/workflows/*.yaml' | xargs -L50 ${actionlint}
21+
git ls-files --exclude-standard --no-deleted --deduplicate '.github/workflows/*.yml' '.github/workflows/*.yaml' | xargs -L50 ${actionlint}

0 commit comments

Comments
 (0)