Skip to content

Commit 598b4b0

Browse files
authored
build: remove staticcheck action (#322)
The staticcheck GitHub Action is not allowed in this repository. Fixes https://github.com/googleapis/go-sql-spanner/actions/runs/11879520599
1 parent 5fd8a57 commit 598b4b0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,3 @@ jobs:
5050
echo "Code unformatted, please run 'gofmt -w -s .'"
5151
exit 1
5252
fi
53-
54-
- name: staticcheck .
55-
uses: dominikh/staticcheck-action@v1.3.1
56-
with:
57-
version: "latest"
58-
install-go: false
59-
checks: "inherit,-U1000"
60-
working-directory: "."
61-
62-
- name: staticcheck ./examples
63-
uses: dominikh/staticcheck-action@v1.3.1
64-
with:
65-
version: "latest"
66-
install-go: false
67-
checks: "inherit,-U1000"
68-
working-directory: "./examples"

0 commit comments

Comments
 (0)