Skip to content

Move docs to wiki

Move docs to wiki #29

Workflow file for this run

---
name: Formatting
on:
push:
branches:
- main
pull_request:
jobs:
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- name: Format
run: nix develop --command treefmt --fail-on-change