Compare commits
2 commits
main
...
ci-check-l
Author | SHA1 | Date | |
---|---|---|---|
44c2a6c3aa | |||
c249553b2e |
1 changed files with 11 additions and 0 deletions
11
.woodpecker/flake-check.yaml
Normal file
11
.woodpecker/flake-check.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
- event: push
|
||||||
|
path:
|
||||||
|
- '.woodpecker/**'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: "Run nix flake check"
|
||||||
|
image: ghcr.io/lix-project/lix:latest
|
||||||
|
commands:
|
||||||
|
- nix --extra-experimental-features 'nix-command flakes' flake check
|
Loading…
Add table
Reference in a new issue