Skip to content

👷 Updates documentation CI #23

👷 Updates documentation CI

👷 Updates documentation CI #23

Workflow file for this run

name: Cpp-check
on:
push:
branches:
- main
jobs:
build:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
std: c++20
exclude_check: lib test
- name: publish report
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: "main" # your branch name goes here