1 parent 6e4bab8 commit 142144bCopy full SHA for 142144b
1 file changed
.github/workflows/scriptorium-cli-build.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: Download dependencies
31
run: go mod download
32
33
+ - name: Vet orium
34
+ run: go vet ./...
35
+
36
- name: Build orium
37
run: go build -trimpath -o dist/orium.exe ./cmd/orium
38
0 commit comments