[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:
Julian Strobl 2023-07-07 10:14:08 +02:00
parent 05eccd9a8d
commit 6a4dec59cc
No known key found for this signature in database
GPG Key ID: E0A8F9AD733499A7

View File

@ -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