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 457f894 commit 663eabe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
go-version: 1.21.6

- name: Staticheck
run: |
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: Staticheck
# run: |
# 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 663eabe

Please sign in to comment.