Skip to content

Add code quality checks #28

Add code quality checks

Add code quality checks #28

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 src/