Jonathan Apodaca e60c9362a7
Some checks failed
ci/woodpecker/push/ci Pipeline failed
NeoVim tests / code-quality (push) Failing after 1m29s
fix ci
2025-08-26 14:50:11 -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'