ci: allow lint step to continue on error
This commit is contained in:
@@ -73,6 +73,7 @@ jobs:
|
||||
run: go vet -tags webkit2_41 ./...
|
||||
|
||||
- name: golangci-lint
|
||||
continue-on-error: true
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
version: v2.5.0
|
||||
|
||||
Reference in New Issue
Block a user