Skip to content

Commit

Permalink
ci: use staticcheck in lieu of golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Jul 6, 2022
1 parent e579b98 commit b2755b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ jobs:
if: matrix.platform == 'macos-latest'
run: |
go run ./ci/run-tests.go $TAGS
- name: static-check
uses: dominikh/staticcheck-action@v1.2.0
with:
install-go: false
cache-key: ${{ matrix.platform }}
version: "2022.1"
- name: Upload-Coverage
if: matrix.platform == 'ubuntu-latest'
uses: codecov/codecov-action@v2

0 comments on commit b2755b4

Please sign in to comment.