Skip to content

Fix several wasm ownership issues & add #[wasm_refgen] (#152) #1001

Fix several wasm ownership issues & add #[wasm_refgen] (#152)

Fix several wasm ownership issues & add #[wasm_refgen] (#152) #1001

Workflow file for this run

name: "spellcheck"
on:
push:
branches:
- main
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: matheus23/[email protected]
with:
files-to-check: "**/*.md"
words-to-ignore-file: ".github/workflows/dictionary.txt"