ci/cd: init fmt / check

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

View file

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

6
.woodpecker/fmt.yml Normal file
View file

@ -0,0 +1,6 @@
pipeline:
run-greet:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix run nixpkgs#alejandra -- -c .