mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Update analyze action
This commit is contained in:
parent
0f338a882b
commit
21422155dc
27
.github/workflows/analyze.yml
vendored
27
.github/workflows/analyze.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Analyze
|
name: Analyze
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
decomplint-isle:
|
decomplint-isle:
|
||||||
@ -15,16 +18,18 @@ jobs:
|
|||||||
- LEGO1
|
- LEGO1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- name: Setup Python
|
||||||
with:
|
uses: actions/setup-python@v5
|
||||||
python-version: '3.12'
|
with:
|
||||||
|
python-version: '3.13'
|
||||||
|
|
||||||
- name: Install python libraries
|
- name: Setup Python modules
|
||||||
run: |
|
run: |
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
|
|
||||||
- name: Run decomplint.py
|
- name: Run decomplint.py
|
||||||
run: |
|
run: |
|
||||||
reccmp-decomplint ${{ matrix.who }} --module ${{ matrix.who }} --warnfail
|
reccmp-decomplint ${{ matrix.who }} --module ${{ matrix.who }} --warnfail
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user