mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00
[audit] Remove continue-on-error
on staticcheck
Let the pipeline fail if there is a staticcheck finding. Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
05eccd9a8d
commit
6a4dec59cc
1
.github/workflows/audit.yaml
vendored
1
.github/workflows/audit.yaml
vendored
@ -32,7 +32,6 @@ jobs:
|
||||
|
||||
- name: Run staticcheck
|
||||
run: staticcheck ./...
|
||||
continue-on-error: true
|
||||
|
||||
- name: Install golint
|
||||
run: go install golang.org/x/lint/golint@latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user