mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Use reccmp as a python requirement (#1116)
* Use reccmp as a python requirement * Add BETA10 to reccmp-project.yml
This commit is contained in:
committed by
GitHub
parent
c38e157fdb
commit
0cb753e523
8
.github/workflows/analyze.yml
vendored
8
.github/workflows/analyze.yml
vendored
@@ -17,10 +17,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install python libraries
|
||||
run: |
|
||||
python -m pip install -r tools/requirements.txt
|
||||
pip install -r tools/requirements.txt
|
||||
|
||||
- name: Run decomplint.py
|
||||
run: |
|
||||
tools/decomplint/decomplint.py ${{ matrix.who }} --module ${{ matrix.who }} --warnfail
|
||||
reccmp-decomplint ${{ matrix.who }} --module ${{ matrix.who }} --warnfail
|
||||
|
||||
Reference in New Issue
Block a user