From 639bb9a1a554cce126e47f1903b6a5080fb571b3 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Tue, 15 Oct 2024 22:38:25 +0530 Subject: [PATCH] (chore): Fix the release pipelines Signed-off-by: Shubham Chaudhary --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1333d6f..4225b8e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,15 +18,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: gofmt check - run: make gofmt-check - - - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2 - - - name: unused-package check - run: make unused-package-check - image-build: runs-on: ubuntu-latest needs: tests