From ef31d3eadbf1025f01019558b0794c821aeca6ed Mon Sep 17 00:00:00 2001 From: disinvite Date: Tue, 12 Dec 2023 13:36:36 -0500 Subject: [PATCH] Two step linting --- .github/workflows/analyze.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index d3817d81..83df3130 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -3,7 +3,7 @@ name: Analyze on: [push, pull_request] jobs: - decomp-lint: + decomplint: runs-on: ubuntu-latest steps: @@ -13,7 +13,10 @@ jobs: run: | pip install -r tools/requirements.txt - - name: Run decomplint.py + - name: Lint ISLE run: | python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail + + - name: Lint LEGO1 + run: | python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail