From 3be3cca73d1415e856a6e5d1129602d7b6852e4d Mon Sep 17 00:00:00 2001 From: Anuj Singh Date: Thu, 25 Jun 2026 19:01:45 +0530 Subject: [PATCH] feat(cli): changed the branch actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73457d5..c1fa7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: build: - name: 'Build & Test' + name: "Build & Test" runs-on: ubuntu-latest permissions: contents: read @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: "1.22" check-latest: true cache: true @@ -80,4 +80,4 @@ jobs: git diff go.mod go.sum exit 1 fi - echo "✅ go.mod is tidy" \ No newline at end of file + echo "✅ go.mod is tidy"