Skip to content

Commit 74a104f

Browse files
committed
disable lint
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 2d2a191 commit 74a104f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/release-docker.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ on:
88
- '*.*.*'
99

1010
jobs:
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:

0 commit comments

Comments
 (0)