11 lines
199 B
YAML
11 lines
199 B
YAML
when:
|
|
- event: pull_request
|
|
- event: push
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
steps:
|
|
check:
|
|
image: docker.io/nixpkgs/nix-flakes:nixos-24.05
|
|
commands:
|
|
- nix flake check
|