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:
|
pipeline:
|
||||||
run-greet:
|
flakecheck:
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
run-greet:
|
fmt:
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
|
|
Loading…
Reference in a new issue