Skip to content

Commit

Permalink
Release v1.0.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt authored Mar 3, 2022
1 parent fa6ca99 commit 481936c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ inputs:
description: |
Working directory relative to the root directory.
This is where the action will look for a
package.json which declares prettier as a dependency.
package.json which declares Prettier as a dependency.
Please note that this is different from the directory
prettier will run on, which is defined in the prettier_flags input.
Prettier will run on, which is defined in the prettier_flags input.
Default is `.`.
default: '.'
required: false
Expand Down Expand Up @@ -91,11 +91,11 @@ inputs:
### Flags for prettier ###
prettier_flags:
description: |
Flags and args to pass to prettier.
Flags and args to pass to Prettier.
If you override this input, please make sure to append to it the directory
which prettier will run on.
which Prettier will run on.
The path provided here is relative to the workdir path, provided in the workdir input.
Default is `.`, which makes prettier run on the path provided in the workdir input.
Default is `.`, which makes Prettier run on the path provided in the workdir input.
default: '.'
required: false
```
Expand Down
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Run prettier with reviewdog'
description: '🐶 Run prettier with reviewdog on pull requests to improve code review experience.'
name: 'Run Prettier with reviewdog'
description: '🐶 Run Prettier with reviewdog to improve code checking, formatting and review experience for your codebase.'
author: 'EPMatt'
inputs:
github_token:
Expand All @@ -10,9 +10,9 @@ inputs:
description: |
Working directory relative to the root directory.
This is where the action will look for a
package.json which declares prettier as a dependency.
package.json which declares Prettier as a dependency.
Please note that this is different from the directory
prettier will run on, which is defined in the prettier_flags input.
Prettier will run on, which is defined in the prettier_flags input.
Default is `.`.
default: '.'
required: false
Expand Down Expand Up @@ -54,11 +54,11 @@ inputs:
### Flags for prettier ###
prettier_flags:
description: |
Flags and args to pass to prettier.
Flags and args to pass to Prettier.
If you override this input, please make sure to append to it the directory
which prettier will run on.
which Prettier will run on.
The path provided here is relative to the workdir path, provided in the workdir input.
Default is `.`, which makes prettier run on the path provided in the workdir input.
Default is `.`, which makes Prettier run on the path provided in the workdir input.
default: '.'
required: false
runs:
Expand Down

0 comments on commit 481936c

Please sign in to comment.