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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

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