mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
11 lines
394 B
TOML
11 lines
394 B
TOML
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
|
status = [
|
|
"Evaluate flake.nix",
|
|
"check lint [x86_64-linux]",
|
|
"devShell default [x86_64-linux]",
|
|
"package default [x86_64-linux]",
|
|
"package test-runner-stable [x86_64-linux]",
|
|
"package test-runner-unstable [x86_64-linux]",
|
|
"tests (ubuntu-latest, stable)",
|
|
"tests (ubuntu-latest, unstable)"
|
|
]
|