forked from lix-project/nix-eval-jobs
13 lines
354 B
TOML
13 lines
354 B
TOML
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
|
status = [
|
|
# garnix
|
|
"Evaluate flake.nix",
|
|
"package nix-eval-jobs [x86_64-linux]",
|
|
"devShell default [x86_64-linux]",
|
|
"check treefmt [x86_64-linux]",
|
|
"package default [x86_64-linux]",
|
|
# github actions
|
|
"tests (ubuntu-latest)",
|
|
"tests (macos-latest)"
|
|
]
|