diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a474254..97b7e33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH" - name: Check formatting (shfmt) - run: shfmt -d setup/*.sh setup/install/*.sh + run: shfmt -d setup/*.sh - name: Lint (shellcheck) - run: shellcheck setup/*.sh setup/install/*.sh + run: shellcheck setup/*.sh