Skip to content

Commit fc4f421

Browse files
committed
Reorder golangci test to after build
1 parent cf720e4 commit fc4f421

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
go-version: "1.24"
2121
cache: false
2222

23-
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v6
25-
with:
26-
version: v1.54
27-
2823
- name: build
2924
run: make build
3025

3126
- name: test
3227
run: make test
28+
29+
- name: golangci-lint
30+
uses: golangci/golangci-lint-action@v6
31+
with:
32+
version: v1.54

0 commit comments

Comments
 (0)