diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eb2c8dd..20c3c79 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,8 +18,8 @@ jobs: with: persist-credentials: false - - name: Install ShellCheck - run: sudo apt-get update && sudo apt-get install -y shellcheck + - name: Verify ShellCheck is available + run: shellcheck --version - name: Run ShellCheck run: |