Skip to content

Commit 481936c

Browse files
authored
Release v1.0.0 (#7)
1 parent fa6ca99 commit 481936c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ inputs:
4747
description: |
4848
Working directory relative to the root directory.
4949
This is where the action will look for a
50-
package.json which declares prettier as a dependency.
50+
package.json which declares Prettier as a dependency.
5151
Please note that this is different from the directory
52-
prettier will run on, which is defined in the prettier_flags input.
52+
Prettier will run on, which is defined in the prettier_flags input.
5353
Default is `.`.
5454
default: '.'
5555
required: false
@@ -91,11 +91,11 @@ inputs:
9191
### Flags for prettier ###
9292
prettier_flags:
9393
description: |
94-
Flags and args to pass to prettier.
94+
Flags and args to pass to Prettier.
9595
If you override this input, please make sure to append to it the directory
96-
which prettier will run on.
96+
which Prettier will run on.
9797
The path provided here is relative to the workdir path, provided in the workdir input.
98-
Default is `.`, which makes prettier run on the path provided in the workdir input.
98+
Default is `.`, which makes Prettier run on the path provided in the workdir input.
9999
default: '.'
100100
required: false
101101
```

action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.'
33
author: 'EPMatt'
44
inputs:
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
6464
runs:

0 commit comments

Comments
 (0)