From 4875b9e438b45467270042a23116cf575894c5a1 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Wed, 6 Nov 2019 10:20:01 -0500 Subject: [PATCH] PR Feedback --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } } }