Skip to content

Commit

Permalink
ci: add go-vet
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 1, 2024
1 parent 7a48799 commit c7fe459
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: dominikh/[email protected]
with:
version: "latest"
install-go: true
install-go: false

0 comments on commit c7fe459

Please sign in to comment.