Skip to content

Commit

Permalink
Remove staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeimers113 committed Jul 23, 2023
1 parent 66dd81a commit f95d37b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.18'

- name: Install Dependencies
run: |
go get honnef.co/go/tools/cmd/staticcheck
go install honnef.co/go/tools/cmd/staticcheck
go mod tidy

- name: Lint & Vet
run: |
go vet .
staticcheck .
- name: Validate Build
run: go build .
Expand Down

0 comments on commit f95d37b

Please sign in to comment.