Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 20, 2023
1 parent f4f1fc4 commit 238dd4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@ jobs:

- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main
with:
build-dir: 'build'
```
The following inputs are supported:
* `build-dir` (string): path to the build directory if there is a build process involved.
**Note:**: file annotations will still be made against the source files.
**Note:** file annotations will still be made against the source files.
* `checks` (string): only run specific checks, separated by comma.
* `categories` (string): only run checks from specific categories, separated by comma.
* `ignore-warnings` (bool): ignore warnings.
Expand Down

0 comments on commit 238dd4d

Please sign in to comment.