Skip to content

Commit

Permalink
cppcheck build step
Browse files Browse the repository at this point in the history
  • Loading branch information
BAILOOL committed Jan 27, 2024
1 parent 71d4872 commit b2e954c
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@ jobs:
clang-format-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party ./external .git'
extensions: 'h,cpp'
clangFormatVersion: 11
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party ./external .git'
extensions: 'h,cpp'
clangFormatVersion: 11
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: addnab/docker-run-action@v3
with:
image: bailool/mc-calib-dev:latest
options: -v ${{ github.workspace }}:/home/MC-Calib"
run: |
cppcheck /home/MC-Calib/src

0 comments on commit b2e954c

Please sign in to comment.