ci/cd: rename pipelines
This commit is contained in:
parent
c2473849d9
commit
b3906930fa
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
pipeline:
|
||||
run-greet:
|
||||
flakecheck:
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pipeline:
|
||||
run-greet:
|
||||
fmt:
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
|
|
Loading…
Reference in a new issue