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