12 lines
252 B
YAML
12 lines
252 B
YAML
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
|