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