Skip to content

Commit

Permalink
(chore): Fix the release pipelines (#504)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <[email protected]>
  • Loading branch information
ispeakc0de authored Oct 15, 2024
1 parent 9fb5e5a commit 7e4ac4c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e4ac4c

Please sign in to comment.