ci: Add workflow for developing container (#231)

* ci: Add workflow for developing container
* ci: Add CI tasks to Makefile
* chore: Add RUNNER_TEMP to Dockerfile
* deps: Bump git from 2.25.0 to 2.26.0
This commit is contained in:
Shohei Ueda 2020-03-27 19:07:48 +09:00 committed by GitHub
parent e470a760d3
commit b71ad2d014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 6 deletions

View file

@ -8,6 +8,7 @@
"npm": ">=6.13.7"
},
"scripts": {
"all": "npm run format:check && npm run lint && npm test",
"lint": "eslint ./{src,__tests__}/**/*.ts",
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
"test": "jest --coverage --verbose",
@ -28,8 +29,7 @@
"lint-staged": {
"src/**/*.ts": [
"prettier --check",
"eslint",
"jest --bail --findRelatedTests"
"eslint"
]
},
"repository": {