Skip to content

Commit

Permalink
.github/workflows: remove unparam
Browse files Browse the repository at this point in the history
  • Loading branch information
julieqiu committed Oct 30, 2024
1 parent ed2a532 commit abefc6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
run: go version
- run: go fmt ./...
- run: go vet ./...
- run: |
# unparam does not seem to have releases. Using `latest` sounds risky.
go get mvdan.cc/unparam@57a3b4290ba3724102fdbbe72314f2b782d4bef5
go run mvdan.cc/unparam ./...
- name: Run `staticcheck`
uses: dominikh/[email protected]
with:
Expand Down

0 comments on commit abefc6c

Please sign in to comment.