Skip to content

Commit eeecbc3

Browse files
committed
add actionlint job
1 parent d61228e commit eeecbc3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/checksrc.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: 'install prereqs'
31-
run: /home/linuxbrew/.linuxbrew/bin/brew install zizmor typos-cli
31+
run: /home/linuxbrew/.linuxbrew/bin/brew install actionlint zizmor typos-cli
3232

3333
- name: 'zizmor GHA'
3434
env:
@@ -37,6 +37,13 @@ jobs:
3737
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
3838
zizmor --pedantic .github/workflows/*.yml
3939
40+
- name: 'actionlint'
41+
run: |
42+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
43+
export SHELLCHECK_OPTS='--exclude=1090,1091,2153 --enable=avoid-nullary-conditions,deprecate-which'
44+
actionlint --version
45+
actionlint .github/workflows/*.yml
46+
4047
- name: 'typos'
4148
run: |
4249
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

0 commit comments

Comments
 (0)