1- name : ' Run prettier with reviewdog'
2- description : ' 🐶 Run prettier with reviewdog on pull requests to improve code review experience.'
1+ name : ' Run Prettier with reviewdog'
2+ description : ' 🐶 Run Prettier with reviewdog to improve code checking, formatting and review experience for your codebase .'
33author : ' EPMatt'
44inputs :
55 github_token :
@@ -10,9 +10,9 @@ inputs:
1010 description : |
1111 Working directory relative to the root directory.
1212 This is where the action will look for a
13- package.json which declares prettier as a dependency.
13+ package.json which declares Prettier as a dependency.
1414 Please note that this is different from the directory
15- prettier will run on, which is defined in the prettier_flags input.
15+ Prettier will run on, which is defined in the prettier_flags input.
1616 Default is `.`.
1717 default : ' .'
1818 required : false
@@ -54,11 +54,11 @@ inputs:
5454 # ## Flags for prettier ###
5555 prettier_flags :
5656 description : |
57- Flags and args to pass to prettier .
57+ Flags and args to pass to Prettier .
5858 If you override this input, please make sure to append to it the directory
59- which prettier will run on.
59+ which Prettier will run on.
6060 The path provided here is relative to the workdir path, provided in the workdir input.
61- Default is `.`, which makes prettier run on the path provided in the workdir input.
61+ Default is `.`, which makes Prettier run on the path provided in the workdir input.
6262 default : ' .'
6363 required : false
6464runs :
0 commit comments