refactor: main and installer (#133)

* refactor: installer
* test: Fix workDir cleanup
This commit is contained in:
Shohei Ueda 2020-01-18 12:07:13 +09:00 committed by GitHub
parent 442aa4dbd4
commit 283bc47636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 69 additions and 47 deletions

View file

@ -7,3 +7,8 @@ export enum Tool {
TestVersionLatest = '0.62.2',
TestVersionSpec = '0.61.0'
}
export enum Action {
WorkDirName = 'actions_hugo',
TempDirName = '_temp'
}