mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 09:41:15 +00:00
or one step
This commit is contained in:
parent
ef31d3eadb
commit
bb528991ae
7
.github/workflows/analyze.yml
vendored
7
.github/workflows/analyze.yml
vendored
@ -13,10 +13,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
|
|
||||||
- name: Lint ISLE
|
- name: Lint codebase
|
||||||
run: |
|
|
||||||
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
|
||||||
|
|
||||||
- name: Lint LEGO1
|
|
||||||
run: |
|
run: |
|
||||||
|
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail ||
|
||||||
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user