Skip to content

Commit

Permalink
ci: use staticcheck instead of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Apr 4, 2022
1 parent 7a3ff60 commit e93f8a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,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@v1
28 changes: 0 additions & 28 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit e93f8a1

Please sign in to comment.