Add formatting step
This commit is contained in:
parent
5e20182628
commit
99765e19ba
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
flake-update:
|
||||
image: nixpkgs/nix-unstable
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- mkdir -p /etc/nix
|
||||
- |
|
||||
|
@ -26,6 +26,10 @@ pipeline:
|
|||
when:
|
||||
- event: cron
|
||||
- event: manual
|
||||
format:
|
||||
image: nixery.dev/shell/alejandra
|
||||
commands:
|
||||
- alejandra .
|
||||
git-push:
|
||||
image: nixery.dev/shell/openssh/gitfull/git-lfs/gnupg/shadow
|
||||
commands:
|
||||
|
|
Reference in a new issue