Skip to content

Commit 04cae10

Browse files
authored
ci: migrate to built in shellcheck action (#77)
Signed-off-by: Olly Pomeroy <[email protected]>
1 parent b1d163b commit 04cae10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
shellcheck:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Run ShellCheck
13-
uses: ludeeus/action-shellcheck@master
13+
run: find . -type f -name "*.sh" -exec shellcheck {} +

0 commit comments

Comments
 (0)