mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 09:41:15 +00:00
Two step linting
This commit is contained in:
parent
7c1821a0e8
commit
ef31d3eadb
7
.github/workflows/analyze.yml
vendored
7
.github/workflows/analyze.yml
vendored
@ -3,7 +3,7 @@ name: Analyze
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
decomp-lint:
|
decomplint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -13,7 +13,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
|
|
||||||
- name: Run decomplint.py
|
- name: Lint ISLE
|
||||||
run: |
|
run: |
|
||||||
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
||||||
|
|
||||||
|
- name: Lint LEGO1
|
||||||
|
run: |
|
||||||
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