Skip to content

syscalls: rework syscall arguments processing #826

syscalls: rework syscall arguments processing

syscalls: rework syscall arguments processing #826

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