Skip to content

Small refactor to add app states, search by user, search by partition, and reactive help bar #27

Small refactor to add app states, search by user, search by partition, and reactive help bar

Small refactor to add app states, search by user, search by partition, and reactive help bar #27

Workflow file for this run

name: CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo clippy -- -D warnings
- run: cargo fmt --check