Skip to content

Commit 142144b

Browse files
committed
chore: add go vet to check orium
1 parent 6e4bab8 commit 142144b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/scriptorium-cli-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Download dependencies
3131
run: go mod download
3232

33+
- name: Vet orium
34+
run: go vet ./...
35+
3336
- name: Build orium
3437
run: go build -trimpath -o dist/orium.exe ./cmd/orium
3538

0 commit comments

Comments
 (0)