diff --git a/.husky/pre-commit b/.husky/pre-commit index b50da29..9325490 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ npm test -npm run format-check \ No newline at end of file +npm run format \ No newline at end of file diff --git a/action.yml b/action.yml index b67b5fb..1c2ad88 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ outputs: branding: color: 'blue' runs: - using: 'node20' + using: 'node20' main: 'lib/index.js'