Update analyze action

This commit is contained in:
larzie 2024-12-25 15:14:27 +03:00 committed by GitHub
parent 0f338a882b
commit 5b912eaac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,9 @@
name: Analyze
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
jobs:
decomplint-isle:
@ -15,16 +18,18 @@ jobs:
- LEGO1
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install python libraries
run: |
pip install -r tools/requirements.txt
- name: Setup Python modules
run: |
pip install -r tools/requirements.txt
- name: Run decomplint.py
run: |
reccmp-decomplint ${{ matrix.who }} --module ${{ matrix.who }} --warnfail
- name: Run decomplint.py
run: |
reccmp-decomplint ${{ matrix.who }} --module ${{ matrix.who }} --warnfail