Skip to content

Commit 3eb7703

Browse files
committed
ensure all scripts are checked
1 parent aa88740 commit 3eb7703

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@ jobs:
3131
- name: Checkout code
3232
uses: actions/checkout@v4
3333

34+
- name: Install ShellCheck
35+
run: |
36+
apt-get update -y
37+
apt-get install -y shellcheck
38+
3439
- name: Run ShellCheck
35-
uses: ludeeus/action-shellcheck@master
40+
run: "find bin -type f -exec shellcheck {} +"

0 commit comments

Comments
 (0)