From bb528991ae322a736dba0eb52071de73f4ad7220 Mon Sep 17 00:00:00 2001 From: disinvite Date: Tue, 12 Dec 2023 13:56:50 -0500 Subject: [PATCH] or one step --- .github/workflows/analyze.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 83df3130..ad14714d 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -13,10 +13,7 @@ jobs: run: | pip install -r tools/requirements.txt - - name: Lint ISLE - run: | - python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail - - - name: Lint LEGO1 + - name: Lint codebase run: | + python3 tools/decomplint/decomplint.py ISLE --module ISLE --warnfail || python3 tools/decomplint/decomplint.py LEGO1 --module LEGO1 --warnfail