Skip to content

Commit 609cf63

Browse files
authored
ci: update ci workflows (#793)
Signed-off-by: xmh1011 <1197843839@qq.com>
1 parent 5540de8 commit 609cf63

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: wagoid/commitlint-github-action@v5
3232
GoLint:
3333
name: "Code Analysis"
34-
needs: CommitLint
3534
runs-on: ubuntu-latest
3635
timeout-minutes: 30
3736
steps:
@@ -41,10 +40,6 @@ jobs:
4140
- uses: WillAbides/setup-go-faster@v1.14.0
4241
with:
4342
go-version: "1.21"
44-
- name: Run go version check
45-
run: make go-version-check
46-
- name: Run go vet check
47-
run: make go-vet-check
4843
- name: Run golang-ci-lint
4944
uses: golangci/golangci-lint-action@v3.6.0
5045
with:
@@ -53,9 +48,12 @@ jobs:
5348
only-new-issues: true
5449
skip-pkg-cache: true
5550
skip-build-cache: true
51+
- name: Run go version check
52+
run: make go-version-check
53+
- name: Run go vet check
54+
run: make go-vet-check
5655
BuildCheck:
5756
name: "Go Build Check"
58-
needs: GoLint
5957
runs-on: ubuntu-latest
6058
timeout-minutes: 30
6159
steps:

0 commit comments

Comments
 (0)