mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +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]
|
||||
|
||||
jobs:
|
||||
decomp-lint:
|
||||
decomplint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -13,7 +13,10 @@ jobs:
|
||||
run: |
|
||||
pip install -r tools/requirements.txt
|
||||
|
||||
- name: Run decomplint.py
|
||||
- name: Lint ISLE
|
||||
run: |
|
||||
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
||||
|
||||
- name: Lint LEGO1
|
||||
run: |
|
||||
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
||||
|
||||
Loading…
Reference in New Issue
Block a user