Skip to content

docs(claude-code): direct Claude to offer self-contained HTML reports #92

docs(claude-code): direct Claude to offer self-contained HTML reports

docs(claude-code): direct Claude to offer self-contained HTML reports #92

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
permissions:
contents: read
jobs:
check-flake:
name: Check Flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check flake
run: nix flake check --all-systems --show-trace
check-formatting:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Check formatting with treefmt
run: devenv shell treefmt --fail-on-change