Skip to content

Commit 607cfc9

Browse files
committed
chore: disable golangci lint
1 parent fc45059 commit 607cfc9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
with:
1919
swap-size-gb: 12
2020

21-
- name: Run Golangci lint
22-
uses: golangci/golangci-lint-action@v6
23-
with:
24-
version: latest
25-
args: --print-resources-usage
21+
# - name: Run Golangci lint
22+
# uses: golangci/golangci-lint-action@v6
23+
# with:
24+
# version: latest
25+
# args: --print-resources-usage
2626

2727
build:
2828
needs: lint

0 commit comments

Comments
 (0)