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: |
|
run: |
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
|
|
||||||
- name: Lint codebase
|
- name: Lint ISLE
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail ||
|
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
||||||
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
|
||||||
|
- name: Lint LEGO1
|
||||||
|
run: |
|
||||||
|
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
||||||
Loading…
Reference in New Issue
Block a user