Skip to content

Commit dfb0db2

Browse files
authored
Disabled staticheck
1 parent 47dd0c3 commit dfb0db2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Test
4040
run: go test -v .
4141

42-
- name: Staticheck
43-
uses: dominikh/staticcheck-action@v1.1.0
44-
with:
45-
version: "2021.1.1"
42+
# - name: Staticheck
43+
# uses: dominikh/staticcheck-action@v1.1.0
44+
# with:
45+
# version: "2021.1.1"
4646

4747
- uses: actions/checkout@v2
4848
- name: Bump version and push tag

0 commit comments

Comments
 (0)