Jonathan Apodaca 6425ddc847
Some checks failed
ci/woodpecker/push/ci Pipeline failed
NeoVim tests / code-quality (push) Failing after 1m17s
fix ci
2025-08-26 14:55:59 -06:00

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'