File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 1212 tags : [ "v*" ]
1313
1414jobs :
15- golangci :
16- name : Run Linter
17- runs-on : ubuntu-latest
18- steps :
19- - uses : actions/checkout@v6
20- name : Checkout code
21-
22- - uses : actions/setup-go@v6
23- name : Install Go
24- with :
25- go-version-file : go.mod
26-
27- - name : Run Golang Linter
28- uses : golangci/golangci-lint-action@v6
29- with :
30- version : latest
31- args : --timeout=5m
32-
3315 unit_integration_tests :
3416 name : Unit and Integration tests
3517 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2323 with :
2424 go-version-file : go.mod
2525
26- - name : Run Golangci linter
27- uses : golangci/golangci-lint-action@v6
28- with :
29- version : latest
30- args : --timeout=5m
31-
3226 unit_tests :
3327 name : Unit & Integration tests
3428 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments