Skip to content

wasm-cc: Fix example #4

wasm-cc: Fix example

wasm-cc: Fix example #4

Workflow file for this run

name: Verify
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
concurrency:
group: >-
${{ github.event.inputs.head_ref || github.run_id }}
jobs:
verify:
matrix:

Check failure on line 19 in .github/workflows/verify.yml

View workflow run for this annotation

GitHub Actions / Verify

Invalid workflow file

The workflow is not valid. .github/workflows/verify.yml (Line: 19, Col: 5): Unexpected value 'matrix' .github/workflows/verify.yml (Line: 24, Col: 11): Unexpected value 'examples'
strategy:
fail-fast: false
matrix:
include:
- examples
- wasm
uses: ./.github/workflows/_verify.yml
with:
verify: ${{ matrix.name }}