continue if linting fails

master
Up 2024-05-14 13:23:22 +02:00
parent b88b3f6fab
commit 983e17c894
No known key found for this signature in database
GPG Key ID: 3B75CD7439FEB388
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
- name: Install dependencies
run: go mod download
- name: Lint Codebase
continue-on-error: true
uses: golangci/golangci-lint-action@v6
with:
version: latest