diff --git a/action.yml b/action.yml index eb719f2..cd7d200 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ runs: using: 'node12' main: 'dist/index.js' branding: - icon: 'play' + icon: 'code' color: 'yellow' \ No newline at end of file diff --git a/package.json b/package.json index df69f26..bac6387 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "husky": { "skipCI": true, "hooks": { - "pre-commit": "npm run build && npm run format && npm run format-check" + "pre-commit": "npm run build && npm run format" } } }