Skip to content

Workflow file for this run

name: Sanitize with AddressSanitizer, MemorySanitizer, ThreadSanitizer and UndefinedBehaviorSanitizer.
on:
push:
branches:
- sanitizers-in-docker
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run_ubsan:
uses: ./.github/workflows/sanitizer-check.yaml

Check failure on line 14 in .github/workflows/sanitize.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sanitize.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/sanitize.yaml" -> "./.github/workflows/sanitizer-check.yaml" (source branch with sha:6b193a30b10f1bcdd087b377918369a9ae8361cb) : You have an error in your yaml syntax on line 15
with:
sanitizer-name: 'ubsan'