2024-11-17 22:05:25 +01:00
|
|
|
when:
|
|
|
|
- event: pull_request
|
2024-11-18 00:36:07 +01:00
|
|
|
- event: push
|
|
|
|
path:
|
|
|
|
- '.woodpecker/**'
|
2024-11-17 22:05:25 +01:00
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: "Run nix flake check"
|
2024-11-18 00:36:07 +01:00
|
|
|
image: ghcr.io/lix-project/lix:latest
|
2024-11-17 22:05:25 +01:00
|
|
|
commands:
|
2024-11-18 00:36:07 +01:00
|
|
|
- nix --extra-experimental-features 'nix-command flakes' flake check
|