Skip to content

Zerobrew v0: Complete Implementation (Steps 2-10) #25

Zerobrew v0: Complete Implementation (Steps 2-10)

Zerobrew v0: Complete Implementation (Steps 2-10) #25

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace --all-targets -- -D warnings
- run: cargo test --workspace