snowflake/.woodpecker/checks.yml
notohh 0444fe424a
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
ci: revert pathing for now
2023-06-18 18:53:34 -04:00

12 lines
326 B
YAML

pipeline:
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 .