snowflake/.woodpecker/checks.yml
notohh 7f79967b32
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
ci: update checks.yml
2023-09-01 10:19:49 -04:00

12 lines
317 B
YAML

steps:
check:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix flake check
fmt:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix run nixpkgs#alejandra -- -c .