mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 12:22:17 +01:00
Refactor: remove Golang and Git dumping (#37)
* ci: setup lint-staged * refactor: remove golang and git dumping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user