mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
PR Feedback
This commit is contained in:
parent
08bf913604
commit
4875b9e438
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ runs:
|
|||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'play'
|
||||
icon: 'code'
|
||||
color: 'yellow'
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue