Skip to content

feat(version): v0.10.3 #43

feat(version): v0.10.3

feat(version): v0.10.3 #43

Workflow file for this run

name: Cargo - Examples
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
examples:
name: Examples
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
example: [ "basic", "advanced", "entrypoint" ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Example - ${{ matrix.example }}
uses: ./examples/${{ matrix.example }}/

Check failure on line 28 in .github/workflows/examples.yml

View workflow run for this annotation

GitHub Actions / Cargo - Examples

Invalid workflow file

The workflow is not valid. .github/workflows/examples.yml (Line: 28, Col: 15): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.example