From 9b60976a3cfb3118139ba7daee00c304104fd43b Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 31 Mar 2026 05:46:30 +0000 Subject: [PATCH] ci: remove deleted setup/install/ from shfmt and shellcheck commands setup/install/ was removed in the cleanup-old-scripts PR but ci.yml was not updated, causing 'lstat setup/install/*.sh: no such file or directory' failures. https://claude.ai/code/session_01SLQgMEfL8b517JZTKq727a --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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