Update lint.yml to call scan-build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user