Skip to content

Publish wasm to npm

Publish wasm to npm #2

Workflow file for this run

name: Rust
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Deploy Rust to GitHub Pages

Check failure on line 16 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
uses: valkyrie-language/[email protected]
with: {
github: text,
trunk: [1, true],
others: {
key: value
}
}