From 8944bbca210f881f14cda6f14764f591b686b7ea Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Mon, 25 Apr 2022 20:38:58 -0500 Subject: [PATCH] Update lint.yml to call scan-build --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2bd5506c..7443c08c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: - '*' jobs: - lint: + scan-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -20,7 +20,7 @@ jobs: - name: Static Defect Analysis using scan-build run: | make clean - make lint + make scan-build splint: runs-on: ubuntu-latest