add woodpecker ci #18
8
.woodpecker/flake-check.yaml
Normal file
8
.woodpecker/flake-check.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: "Run nix flake check"
|
||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- nix flake check
|
Loading…
Reference in a new issue