or one step

This commit is contained in:
disinvite 2023-12-12 13:56:50 -05:00
parent ef31d3eadb
commit bb528991ae

View File

@ -13,10 +13,7 @@ jobs:
run: |
pip install -r tools/requirements.txt
- name: Lint ISLE
run: |
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
- name: Lint LEGO1
- name: Lint codebase
run: |
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail ||
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail