parent
c249553b2e
commit
44c2a6c3aa
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
path:
|
||||
- '.woodpecker/**'
|
||||
|
||||
steps:
|
||||
- name: "Run nix flake check"
|
||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
image: ghcr.io/lix-project/lix:latest
|
||||
commands:
|
||||
- nix flake check
|
||||
- nix --extra-experimental-features 'nix-command flakes' flake check
|
||||
|
|
Loading…
Add table
Reference in a new issue