Skip to content

Add initial GH Actions workflows #1

Add initial GH Actions workflows

Add initial GH Actions workflows #1

Workflow file for this run

name: lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cppcheck
run: sudo apt install cppcheck
- name: Run cppcheck
run: cppcheck --enable=all --suppress=missingIncludeSystem src/