mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
continue on error
This commit is contained in:
parent
bb528991ae
commit
8e9977f38b
10
.github/workflows/analyze.yml
vendored
10
.github/workflows/analyze.yml
vendored
@ -13,7 +13,11 @@ jobs:
|
||||
run: |
|
||||
pip install -r tools/requirements.txt
|
||||
|
||||
- name: Lint codebase
|
||||
- name: Lint ISLE
|
||||
continue-on-error: true
|
||||
run: |
|
||||
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail ||
|
||||
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
||||
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
||||
|
||||
- name: Lint LEGO1
|
||||
run: |
|
||||
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
||||
Loading…
Reference in New Issue
Block a user