Skip to content

Commit c319233

Browse files
authored
Use preinstalled ShellCheck in CI (#194)
ci: use preinstalled ShellCheck
1 parent a61f05c commit c319233

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21-
- name: Install ShellCheck
22-
run: sudo apt-get update && sudo apt-get install -y shellcheck
21+
- name: Verify ShellCheck is available
22+
run: shellcheck --version
2323

2424
- name: Run ShellCheck
2525
run: |

0 commit comments

Comments
 (0)