Skip to content

Fix path to Windows exe for uploading to release #23

Fix path to Windows exe for uploading to release

Fix path to Windows exe for uploading to release #23

Workflow file for this run

name: lint
on: [push]
jobs:
cppcheck:
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 --suppress=missingInclude --suppress=unmatchedSuppression --error-exitcode=1 src/