We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029a195 commit 04963cfCopy full SHA for 04963cf
1 file changed
.github/workflows/ci.yml
@@ -90,6 +90,12 @@ jobs:
90
if: matrix.platform == 'macos-latest'
91
run: |
92
go run ./ci/run-tests.go $TAGS -race
93
+ - name: static-check
94
+ uses: dominikh/staticcheck-action@v1.2.0
95
+ with:
96
+ install-go: false
97
+ cache-key: ${{ matrix.platform }}
98
+ version: "2022.1"
99
- name: Upload-Coverage
100
if: matrix.platform == 'ubuntu-latest'
101
uses: codecov/codecov-action@v1
0 commit comments