Jonathan Apodaca 06e6b88391
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
NeoVim tests / code-quality (push) Successful in 1m19s
range: extmarks/tsquery; renderer: text-change
2025-08-30 15:03:56 -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'