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: jobs:
lint: scan-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
@@ -20,7 +20,7 @@ jobs:
- name: Static Defect Analysis using scan-build - name: Static Defect Analysis using scan-build
run: | run: |
make clean make clean
make lint make scan-build
splint: splint:
runs-on: ubuntu-latest runs-on: ubuntu-latest