Skip to content

Add code quality checks #29

Add code quality checks

Add code quality checks #29

Workflow file for this run

name: cppcheck
on: [pull_request]
jobs:
cppchceck:
name: Cppcheck
runs-on: ubuntu-latest
steps:
- name: Install cppcheck
run: sudo apt-get install -y -q cppcheck
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Check
run: cppcheck --enable=warning src/