Skip to content

Commit

Permalink
ci: remove unnecessary static checks (now handled by golangci-lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessig authored and bastianccm committed Oct 10, 2022
1 parent 213edd3 commit 2683828
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ jobs:
run: |
fmt=$(gofmt -l .)
test -z $fmt || (echo "please run gofmt" ; echo $fmt ; exit 1)
- name: Go Staticcheck
run: go run honnef.co/go/tools/cmd/staticcheck@latest ./...
- name: Spelling
run: go run github.com/client9/misspell/cmd/misspell@v0.3.4 -error .
- name: Ineffective assignments
run: go run github.com/gordonklaus/ineffassign@4cc7213 .
- name: Goimports
run: |
go run golang.org/x/tools/cmd/goimports@latest -w .
Expand Down

0 comments on commit 2683828

Please sign in to comment.