Skip to content

Commit bea76e1

Browse files
committed
turn off linter for now
1 parent 6a9ed7e commit bea76e1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/go.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- name: Run tests
2323
run: go test -race ./...
24-
lint:
25-
permissions:
26-
contents: read # for actions/checkout to fetch code
27-
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
28-
name: lint
29-
strategy:
30-
matrix:
31-
os: [macos-latest, ubuntu-latest]
32-
runs-on: ${{ matrix.os }}
33-
steps:
34-
- uses: actions/setup-go@v5
35-
with:
36-
go-version-file: 'go.mod'
37-
- uses: actions/checkout@v3
38-
- name: golangci-lint
39-
uses: golangci/golangci-lint-action@v6.3.2
40-
with:
41-
version: v1.52.0
24+
# lint:
25+
# permissions:
26+
# contents: read # for actions/checkout to fetch code
27+
# pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
28+
# name: lint
29+
# strategy:
30+
# matrix:
31+
# os: [macos-latest, ubuntu-latest]
32+
# runs-on: ${{ matrix.os }}
33+
# steps:
34+
# - uses: actions/setup-go@v5
35+
# with:
36+
# go-version-file: 'go.mod'
37+
# - uses: actions/checkout@v3
38+
# - name: golangci-lint
39+
# uses: golangci/golangci-lint-action@v6.3.2
40+
# with:
41+
# version: v1.52.0

0 commit comments

Comments
 (0)