Skip to content

Commit 378eb36

Browse files
committed
validate the action yml file too
1 parent 443015f commit 378eb36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
8+
- uses: jazzsequence/github-action-validator@v1
89
- name: Lint
910
run: shellcheck bin/*.sh

0 commit comments

Comments
 (0)