Skip to content

Commit

Permalink
new git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Jan 21, 2024
1 parent 99d5f4a commit 457f894
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:

- name: Staticheck
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck/staticcheck -checks=all ./...
wget -O staticcheck.tgz https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_linux_amd64.tar.gz
sudo tar -xzf staticcheck.tgz
./staticcheck/staticcheck --version
./staticcheck/staticcheck -checks=all ./...
- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 457f894

Please sign in to comment.