Skip to content

Debug shell install test. #13

Debug shell install test.

Debug shell install test. #13

Workflow file for this run

name: cppcheck
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cppcheck
run: sudo apt-get install -y cmake cppcheck
- name: Run cppcheck
run: |
cmake .
make check