File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
cut_body_after = " " # don't include text from the PR body in the merge commit message
2
2
status = [
3
- # garnix
4
- " Evaluate flake.nix" ,
5
- " package docs [x86_64-linux]" ,
6
- " check from-nixos [x86_64-linux]" ,
7
- " package default [x86_64-linux]" ,
8
- " check from-nixos-with-sudo [x86_64-linux]" ,
9
- " package nixos-remote [x86_64-linux]" ,
10
- " check treefmt [x86_64-linux]" ,
11
- " package treefmt [x86_64-linux]" ,
12
- # github actions
13
- " deploy"
3
+ " Evaluate flake.nix" ,
4
+ " check from-nixos [x86_64-linux]" ,
5
+ " check from-nixos-with-sudo [x86_64-linux]" ,
6
+ " check treefmt [x86_64-linux]" ,
7
+ " deploy" ,
8
+ " devShell default [x86_64-linux]" ,
9
+ " package default [x86_64-linux]" ,
10
+ " package docs [x86_64-linux]" ,
11
+ " package nixos-remote [x86_64-linux]"
14
12
]
You can’t perform that action at this time.
0 commit comments