Skip to content

docs: add docs/INSTALL-windows.md Windows install walkthrough #73

docs: add docs/INSTALL-windows.md Windows install walkthrough

docs: add docs/INSTALL-windows.md Windows install walkthrough #73

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-toolchain/setup-rust@1
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings
- run: cargo test --release