mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +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]
|
||||
|
||||
jobs:
|
||||
decomplint:
|
||||
decomplint-isle:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -13,11 +13,20 @@ jobs:
|
||||
run: |
|
||||
pip install -r tools/requirements.txt
|
||||
|
||||
- name: Lint ISLE
|
||||
continue-on-error: true
|
||||
- name: Run decomplint.py
|
||||
run: |
|
||||
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: |
|
||||
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