Skip to content

Commit 2c641d0

Browse files
committed
Make lint-actionlint.sh also consider *.yml files
1 parent c8adf77 commit 2c641d0

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)