Refactor: remove Golang and Git dumping (#37)

* ci: setup lint-staged
* refactor: remove golang and git dumping
This commit is contained in:
Shohei Ueda
2019-09-22 08:13:23 +09:00
committed by GitHub
parent c3970dfbdd
commit e194c83989
3 changed files with 798 additions and 12 deletions

View File

@@ -8,8 +8,6 @@ async function run() {
const dump = async () => {
// Show version
await exec.exec('hugo version');
await exec.exec('go version');
await exec.exec('git --version');
};
try {