mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 10:11:15 +00:00
two jobs instead
This commit is contained in:
parent
8e9977f38b
commit
99deb5d886
19
.github/workflows/analyze.yml
vendored
19
.github/workflows/analyze.yml
vendored
@ -3,7 +3,7 @@ name: Analyze
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
decomplint:
|
decomplint-isle:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -13,11 +13,20 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
|
|
||||||
- name: Lint ISLE
|
- name: Run decomplint.py
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
run: |
|
||||||
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail
|
||||||
|
|
||||||
- name: Lint LEGO1
|
decomplint-lego1:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install python libraries
|
||||||
run: |
|
run: |
|
||||||
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
pip install -r tools/requirements.txt
|
||||||
|
|
||||||
|
- name: Run decomplint.py
|
||||||
|
run: |
|
||||||
|
python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user