peer-group-grading/.woodpecker/check_fmt.yaml
jopejoe1 54ca7f90b1
Some checks are pending
ci/woodpecker/push/check_fmt Pipeline is running
commit fmt
2025-04-04 10:57:00 +02:00

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