Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Add go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
assefamaru committed May 7, 2023
1 parent 42804d6 commit 482b5e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
go-version: "1.20"

- name: Vet
run: go vet ./...

- name: Build
run: go build -o bin/server cmd/server/main.go

Expand Down

0 comments on commit 482b5e1

Please sign in to comment.