8 lines
175 B
YAML
8 lines
175 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: "Run nix flake check"
|
|
image: docker.nix-community.org/nixpkgs/nix-flakes
|
|
commands:
|
|
- nix fmt -- --fail-on-change
|