add test and docker

This commit is contained in:
Shohei Ueda
2020-12-18 17:02:11 +09:00
committed by GitHub
parent 584ffda459
commit 419385e998

10
.github/labeler.yml vendored
View File

@@ -8,3 +8,13 @@ dependencies:
documentation:
- README.md
test:
- __tests__
docker:
- .devcontainer/*
- .dockerignore
- Dockerfile
- Makefile
- docker-compose.yml