8000 Preparing to create tag 5.3.0 · steinwurf/verify@420ecf1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cppcheck

Cppcheck #217

Workflow file for this run

name: Cppcheck
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
schedule:
- cron: 0 1 * * *
push:
branches:
- master
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
0