ci: allow lint step to continue on error

This commit is contained in:
2026-02-13 22:31:51 -06:00
parent d4fc5f3fe0
commit a0973f5614
+1
View File
@@ -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