isle/.github/workflows/analyze.yml
2024-02-06 22:48:48 +01:00

29 lines
580 B
YAML

name: Analyze
on: [push, pull_request]
jobs:
decomplint-isle:
name: '${{ matrix.who }} annotations'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
who:
- CONFIG
- ISLE
- LEGO1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install python libraries
run: |
python -m pip install -r tools/requirements.txt
- name: Run decomplint.py
run: |
tools/decomplint/decomplint.py ${{ matrix.who }} --module ${{ matrix.who }} --warnfail