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:
|
pipeline:
|
||||||
flake-update:
|
flake-update:
|
||||||
image: nixpkgs/nix-unstable
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /etc/nix
|
- mkdir -p /etc/nix
|
||||||
- |
|
- |
|
||||||
|
@ -26,6 +26,10 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
- event: manual
|
- event: manual
|
||||||
|
format:
|
||||||
|
image: nixery.dev/shell/alejandra
|
||||||
|
commands:
|
||||||
|
- alejandra .
|
||||||
git-push:
|
git-push:
|
||||||
image: nixery.dev/shell/openssh/gitfull/git-lfs/gnupg/shadow
|
image: nixery.dev/shell/openssh/gitfull/git-lfs/gnupg/shadow
|
||||||
commands:
|
commands:
|
||||||
|
|
Reference in a new issue