Skip to content

Fix yaml formatting #19

Fix yaml formatting

Fix yaml formatting #19

Workflow file for this run

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

Check failure on line 16 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:2064cc3a8b2ca2a0af53a790bd036e304122e0e4) : You have an error in your yaml syntax on line 14
with:
sanitizer-name: 'asan'
run_msan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'msan'
run_tsan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'tsan'
run_ubsan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'ubsan'