Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bf913 commit 4875b9eCopy full SHA for 4875b9e
action.yml
@@ -12,5 +12,5 @@ runs:
12
using: 'node12'
13
main: 'dist/index.js'
14
branding:
15
- icon: 'play'
+ icon: 'code'
16
color: 'yellow'
package.json
@@ -43,7 +43,7 @@
43
"husky": {
44
"skipCI": true,
45
"hooks": {
46
- "pre-commit": "npm run build && npm run format && npm run format-check"
+ "pre-commit": "npm run build && npm run format"
47
}
48
49
0 commit comments