Skip to content

fix: replace Q_ASSERT with proper error handling #4648

fix: replace Q_ASSERT with proper error handling

fix: replace Q_ASSERT with proper error handling #4648

Workflow file for this run

name: cppcheck
on:
pull_request_target:
paths:
- '**.c'
- '**.cpp'
- '**.cc'
- '**.h'
- '**.hpp'
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
cppchceck:
name: cppcheck
runs-on: ubuntu-latest
steps:
- run: export
- uses: actions/checkout@v6
- uses: linuxdeepin/action-cppcheck@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
pull_request_id: ${{ github.event.pull_request.number }}
allow_approve: false