Skip to content

Bring repo into the future #12

Bring repo into the future

Bring repo into the future #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl -sSf https://sh.rustup.rs | sh -s -- -y
- run: cargo build
- run: cargo check
- run: cargo test
- run: pip install tomlq
- run: cargo install wasm-pack
- run: wasm-pack build --target web