ci/cd: rename pipelines

This commit is contained in:
notohh 2023-06-17 13:40:39 -04:00
parent c2473849d9
commit b3906930fa
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
pipeline:
run-greet:
flakecheck:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf

View file

@ -1,5 +1,5 @@
pipeline:
run-greet:
fmt:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf