Skip to content

Commit 639bb9a

Browse files
committed
(chore): Fix the release pipelines
Signed-off-by: Shubham Chaudhary <[email protected]>
1 parent 9fb5e5a commit 639bb9a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

-9
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: gofmt check
22-
run: make gofmt-check
23-
24-
- name: golangci-lint
25-
uses: reviewdog/action-golangci-lint@v2
26-
27-
- name: unused-package check
28-
run: make unused-package-check
29-
3021
image-build:
3122
runs-on: ubuntu-latest
3223
needs: tests

0 commit comments

Comments
 (0)