8000 PR Feedback · EMAD115/setup-python@4875b9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4875b9e

Browse files
Konrad PabjanKonrad Pabjan
authored andcommitted
PR Feedback
1 parent 08bf913 commit 4875b9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ runs:
1212
using: 'node12'
1313
main: 'dist/index.js'
1414
branding:
15-
icon: 'play'
15+
icon: 'code'
1616
color: 'yellow'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"husky": {
4444
"skipCI": true,
4545
"hooks": {
46-
"pre-commit": "npm run build && npm run format && npm run format-check"
46+
"pre-commit": "npm run build && npm run format"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)
0