Add test hooks with try-repo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6cf8fe749d
commit
d67a852ae8
6
Makefile
6
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
all: check test
|
||||
|
||||
test: test-negative test-positive
|
||||
test: test-negative test-positive test-hooks
|
||||
|
||||
.PHONY: test-positive
|
||||
test-positive:
|
||||
@ -16,6 +16,10 @@ test-negative:
|
||||
@echo "Check multiple files. Should error."
|
||||
./compose-check.sh tests/docker-compose* && { echo 'fail'; exit 1; } || echo 'ok'
|
||||
|
||||
.PHONY: test-hooks
|
||||
test-hooks:
|
||||
pre-commit try-repo . --all-files
|
||||
|
||||
# Installs pre-commit hooks
|
||||
.PHONY: install-hooks
|
||||
install-hooks:
|
||||
|
Loading…
Reference in New Issue
Block a user