Skip to content

Update Valgrind to be concurrent #733

Update Valgrind to be concurrent

Update Valgrind to be concurrent #733

Workflow file for this run

name: Cppcheck
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0
# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109
concurrency:
concurrency:

Check failure on line 14 in .github/workflows/cppcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cppcheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true