We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc45059 commit 607cfc9Copy full SHA for 607cfc9
1 file changed
.github/workflows/release-docker.yaml
@@ -18,11 +18,11 @@ jobs:
18
with:
19
swap-size-gb: 12
20
21
- - name: Run Golangci lint
22
- uses: golangci/golangci-lint-action@v6
23
- with:
24
- version: latest
25
- args: --print-resources-usage
+ # - name: Run Golangci lint
+ # uses: golangci/golangci-lint-action@v6
+ # with:
+ # version: latest
+ # args: --print-resources-usage
26
27
build:
28
needs: lint
0 commit comments