Skip to content

Commit

Permalink
Finish
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 20, 2023
1 parent 69acdbe commit 4acb805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,10 @@ jobs:
The following inputs are supported:
* `build-dir` (string): path to the built plugin files if there is a build process involved.
**Note:**: file annotations may be incorrect and not working in this case. This is still an open todo.
* `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.
* `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.
* `ignore-errors` (bool): ignore errors.
* `include-experimental` (bool): include experimental checks.


## To-do

* PR comments
* Changing the path of the file annotations when there is a build step involved
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ runs:

- name: Process results
run: |
cat ${{ runner.temp }}/plugin-check-results.txt
RELATIVE_DIR=$(echo $PLUGIN_DIR | sed "s@$GITHUB_WORKSPACE@@g")
node dist/index.js ${{ runner.temp }}/plugin-check-results.txt
shell: bash
Expand Down

0 comments on commit 4acb805

Please sign in to comment.