continue on error

This commit is contained in:
disinvite 2023-12-12 14:06:53 -05:00
parent bb528991ae
commit 8e9977f38b

View File

@ -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