15 lines
302 B
YAML
15 lines
302 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: "Run nix flake check"
|
|
image: docker.nix-community.org/nixpkgs/nix-flakes
|
|
commands:
|
|
- nix fmt
|
|
- name: push commit
|
|
image: appleboy/drone-git-push
|
|
settings:
|
|
remote_name: origin
|
|
branch: main
|
|
local_ref: main
|