Update lint.yml to call scan-build

This commit is contained in:
Steve Karg
2022-04-25 20:38:58 -05:00
committed by GitHub
parent 85d3b72b36
commit 8944bbca21
+2 -2
View File
@@ -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