Skip to content

Load User Settings #500

Load User Settings

Load User Settings #500

name: static-analysis
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}