Skip to content

feat: let the caller handle monitor timeout behavior (#479) #1229

feat: let the caller handle monitor timeout behavior (#479)

feat: let the caller handle monitor timeout behavior (#479) #1229

Workflow file for this run

name: Cppcheck
on:
workflow_dispatch:
push:
branches: [trunk]
pull_request:
branches: [trunk]
permissions:
contents: read
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Cppcheck
run: |
sudo apt install -y cppcheck
cppcheck .