Skip to content

Add check tests to meson test #859

Add check tests to meson test

Add check tests to meson test #859

Workflow file for this run

name: cppcheck
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cppcheck
run: |
sudo apt-get update -q
sudo apt-get install -y cppcheck
git submodule update --init --recursive libvmi
cppcheck --error-exitcode=1 --force -Ilibvmi --include=libvmi/libvmi/libvmi.h ./src