Skip to content

Commit

Permalink
ci: use golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Feb 20, 2022
1 parent 687ad5e commit 8433352
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
go-version: "1.17"
- name: Run go vet
run: go vet .
version: latest

commitlint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8433352

Please sign in to comment.