mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +08:00
continue if linting fails
This commit is contained in:
parent
b88b3f6fab
commit
983e17c894
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
- name: Lint Codebase
|
- name: Lint Codebase
|
||||||
|
continue-on-error: true
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user