File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 branches : [ main ]
1313
1414jobs :
15- lint :
16- name : Lint Code
17- runs-on : ubuntu-latest
18- steps :
19- - name : Checkout code
20- uses : actions/checkout@v4
21-
22- - name : Set up Go
23- uses : actions/setup-go@v5
24- with :
25- go-version : " 1.25"
26-
27- - name : golangci-lint
28- uses : golangci/golangci-lint-action@v6
29- with :
30- version : latest
31- install-mode : goinstall
32- args : --timeout=5m
15+ # lint:
16+ # name: Lint Code
17+ # runs-on: ubuntu-latest
18+ # steps:
19+ # - name: Checkout code
20+ # uses: actions/checkout@v4
21+ #
22+ # - name: Set up Go
23+ # uses: actions/setup-go@v5
24+ # with:
25+ # go-version: "1.25"
26+ #
27+ # - name: golangci-lint
28+ # uses: golangci/golangci-lint-action@v6
29+ # with:
30+ # version: latest
31+ # install-mode: goinstall
32+ # args: --timeout=5m
3333
3434 unit-test :
3535 name : Unit Tests
You can’t perform that action at this time.
0 commit comments