treefmt/bors.toml
zimbatm de848b576e
docs: build and deploy with Nix
Control the version of mkdocs and the material theme more tightly.
2023-03-13 14:45:18 +01:00

15 lines
396 B
TOML

cut_body_after = "" # don't include text from the PR body in the merge commit message
status = [
"Evaluate flake.nix",
"build (macos-latest)",
"build (ubuntu-20.04)",
"build_and_test (macos-latest)",
"build_and_test (ubuntu-20.04)",
"build_and_test (windows-2019)",
"clippy",
"clippy_check",
"devShell default [x86_64-linux]",
"gh-pages",
"package default [x86_64-linux]"
]