Skip to content

chore: release v1.22.1 #12

chore: release v1.22.1

chore: release v1.22.1 #12

Workflow file for this run

# Based on https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md
on: [pull_request]
name: check frontend
env:
ACTIX_PORT: 8080
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.84
with:
components: clippy, rustfmt
- run: cargo fmt --check
- run: cargo test