Skip to content

Commit a08f52c

Browse files
qsdqsdqsd
1 parent 41fb318 commit a08f52c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ jobs:
134134
path: ${{ needs.preflight.outputs.gopath }}/pkg/mod
135135
key: ${{ needs.preflight.outputs.go-mods-cache-key }}
136136
fail-on-cache-miss: true
137-
- name: Linting
138-
run: mise vet staticcheck
137+
- name: go vet
138+
run: mise vet
139+
- name: Running staticcheck
140+
run: mise staticcheck
139141
- name: Running vulncheck
140142
run: mise vuln
141143

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ vet = "go vet ./..."
1818
static = "staticcheck -checks=all ./..."
1919
vuln = "govulncheck ./..."
2020
fmt = "go fmt ./... && goimports -l -w ."
21-
has-changes = "git diff --exit-code --quiet HEAD --"
21+
has-changes = "git diff --exit-code --quiet HEAD --"

0 commit comments

Comments
 (0)