Skip to content

fix cppcheck (#33)

fix cppcheck (#33) #55

Workflow file for this run

name: cppcheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Linux-cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Bedzior/[email protected]
with:
include directories: inc
path: test
verbose: true
- name: Upload report
uses: actions/upload-artifact@v1
with:
name: report
path: output