Revert "Update actions (#1275)"

This reverts commit 457300ddba.
This commit is contained in:
Ramen2X
2024-12-25 14:59:07 -05:00
parent 6b3fcafbe1
commit 4552505082
5 changed files with 203 additions and 227 deletions

View File

@@ -1,9 +1,6 @@
name: Analyze
on:
push:
pull_request:
workflow_dispatch:
on: [push, pull_request]
jobs:
decomplint-isle:
@@ -18,18 +15,16 @@ jobs:
- LEGO1
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Setup Python modules
run: |
pip install -r tools/requirements.txt
- name: Install python libraries
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