add woodpecker ci
This commit is contained in:
parent
e3c677ea9b
commit
419816a22f
8
.woodpecker/flake-check.yaml
Normal file
8
.woodpecker/flake-check.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- nix flake check
|
Loading…
Reference in a new issue