mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Add missing continue-on-error to workflow
This commit is contained in:
parent
025a2c6bd0
commit
6b3b9f6443
1
.github/workflows/linting.yml
vendored
1
.github/workflows/linting.yml
vendored
@ -72,6 +72,7 @@ jobs:
|
||||
- name: Check for reuse compliance
|
||||
id: reuse-lint
|
||||
uses: fsfe/reuse-action@v5
|
||||
continue-on-error: true
|
||||
|
||||
- name: Evaluate for Errors
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user