mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-04 19:47:33 +00:00
Add all
make target for test and lint
This commit is contained in:
parent
fd51a13a1c
commit
30febb63a3
7
Makefile
7
Makefile
@ -1,10 +1,10 @@
|
||||
.PHONY: clean all
|
||||
.PHONY: clean
|
||||
|
||||
.PHONY: default
|
||||
default: test
|
||||
|
||||
.PHONY: test
|
||||
test: check
|
||||
test:
|
||||
docker-compose -f ./tests/docker-compose-private.yml up \
|
||||
--build --force-recreate \
|
||||
--abort-on-container-exit --exit-code-from plugin
|
||||
@ -18,3 +18,6 @@ install-hooks:
|
||||
.PHONY: check
|
||||
check:
|
||||
pre-commit run --all-files
|
||||
|
||||
.PHONY: all
|
||||
all: test check
|
||||
|
Loading…
Reference in New Issue
Block a user