9 lines
184 B
YAML
9 lines
184 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: "Run nix flake check"
|
|
image: docker.nix-community.org/nixpkgs/nix-flakes
|
|
commands:
|
|
- nix fmt -- --fail-on-change
|