Skip to content

Commit

Permalink
Slight change in order to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 20, 2023
1 parent dbfb321 commit c5a5811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: "Install staticcheck"
run: 'go install honnef.co/go/tools/cmd/staticcheck@latest'
- run: 'go vet ./...'
- run: 'go install honnef.co/go/tools/cmd/staticcheck@latest'
name: "Install staticcheck"
- run: 'staticcheck ./...'
test:
name: 'Go Test (1.20)'
Expand Down

0 comments on commit c5a5811

Please sign in to comment.