16 lines
215 B
YAML
16 lines
215 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
fmt-check:
|
|
run: make fmt-check
|
|
lint:
|
|
run: make lint
|
|
test:
|
|
run: make test
|
|
|
|
pre-push:
|
|
parallel: true
|
|
commands:
|
|
test:
|
|
run: make test
|