Skip to content

book: Document the monitor API #143

book: Document the monitor API

book: Document the monitor API #143

Workflow file for this run

on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cd monitor && cargo fmt --all -- --check
- run: |
cd monitor && cargo test --workspace
# TODO: `cargo clippy --workspace -- --deny warnings`
# TODO: Check nix derivations