Skip to content

Add code quality checks #24

Add code quality checks

Add code quality checks #24

Workflow file for this run

name: cppcheck
on: [pull_request]
jobs:
cppchceck:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- uses: linuxdeepin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
pull_request_id: ${{ github.event.pull_request.number }}
enable_checks: warning --inline-suppr
allow_approve: false
comment_result: false