Skip to content

Merge pull request #94 from danielinux/rc1.0 #548

Merge pull request #94 from danielinux/rc1.0

Merge pull request #94 from danielinux/rc1.0 #548

Workflow file for this run

name: CppCheck code linter
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Update repo
run: |
sudo apt-get update
sudo apt install -y cppcheck
- name: Run cppcheck
run: |
make cppcheck