This commit is contained in:
parent
304763fbf8
commit
54ca7f90b1
1 changed files with 7 additions and 1 deletions
|
@ -6,4 +6,10 @@ steps:
|
||||||
- name: "Run nix flake check"
|
- name: "Run nix flake check"
|
||||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||||
commands:
|
commands:
|
||||||
- nix fmt -- --fail-on-change
|
- nix fmt
|
||||||
|
- name: push commit
|
||||||
|
image: appleboy/drone-git-push
|
||||||
|
settings:
|
||||||
|
remote_name: origin
|
||||||
|
branch: main
|
||||||
|
local_ref: main
|
||||||
|
|
Loading…
Add table
Reference in a new issue