ci/cd: init fmt / check
This commit is contained in:
parent
afe37c7446
commit
c2473849d9
2 changed files with 12 additions and 0 deletions
6
.woodpecker/flakecheck.yml
Normal file
6
.woodpecker/flakecheck.yml
Normal 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
6
.woodpecker/fmt.yml
Normal 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 .
|
Loading…
Reference in a new issue