Files
kong/lefthook.yml
T
2025-01-30 14:10:48 +11:00

8 lines
110 B
YAML

pre-push:
jobs:
- name: test
run: go test -v ./...
- name: lint
run: golangci-lint run