11 lines
215 B
YAML
11 lines
215 B
YAML
when:
|
|
- event: push
|
|
|
|
steps:
|
|
- name: build
|
|
image: nixos/nix
|
|
commands:
|
|
- nix-shell --pure --run 'make lint'
|
|
- nix-shell --pure --run 'make fmt-check'
|
|
- nix-shell --pure --run 'make test'
|