Compare commits
1 commit
63bb425023
...
c249553b2e
Author | SHA1 | Date | |
---|---|---|---|
c249553b2e |
1 changed files with 8 additions and 0 deletions
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