Skip to content

Commit 4940ae8

Browse files
committed
chore(ci): improve lint
1 parent 65775da commit 4940ae8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: golangci-lint
14-
uses: golangci/golangci-lint-action@v3
15-
with:
16-
version: v1.41
13+
# - name: golangci-lint
14+
# uses: golangci/golangci-lint-action@v3
15+
# with:
16+
# version: v1.41
1717

1818
releaser-test:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)