File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 88 - ' *.*.*'
99
1010jobs :
11- lint :
12- runs-on : ubuntu-latest
13- steps :
14- - uses : actions/checkout@v2
15-
16- - name : Set Swap Space
17- uses : pierotofy/set-swap-space@master
18- with :
19- swap-size-gb : 12
20-
21- - name : Run Golangci lint
22- uses : golangci/golangci-lint-action@v2
23- with :
24- version : latest
25- args : --print-resources-usage
11+ # lint:
12+ # runs-on: ubuntu-latest
13+ # steps:
14+ # - uses: actions/checkout@v2
15+ #
16+ # - name: Set Swap Space
17+ # uses: pierotofy/set-swap-space@master
18+ # with:
19+ # swap-size-gb: 12
20+ #
21+ # - name: Run Golangci lint
22+ # uses: golangci/golangci-lint-action@v2
23+ # with:
24+ # version: latest
25+ # args: --print-resources-usage
2626
2727 build :
28- needs : lint
28+ # needs: lint
2929 strategy :
3030 fail-fast : false
3131 matrix :
You can’t perform that action at this time.
0 commit comments