Skip to content

[CI] Add static checks in github action and sanitizers for unit tests #11

[CI] Add static checks in github action and sanitizers for unit tests

[CI] Add static checks in github action and sanitizers for unit tests #11

Workflow file for this run

name: cppcheck-action
on: [push, pull_request]
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: deep5050/cppcheck-action@main
- uses: actions/upload-artifact@v3
with:
name: cppcheck
path: cppcheck_report.txt