Skip to content

Add autofocus attribute to HTML input forms as appropriate #76

Add autofocus attribute to HTML input forms as appropriate

Add autofocus attribute to HTML input forms as appropriate #76

Workflow file for this run

on: [push]
name: build
jobs:
check:
name: check build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
- uses: jetli/[email protected]
with:
version: 'latest'
- run: |
cargo check
cargo build
wasm-pack build --release --target web