From 4acb80591e9e5a56d261bd35abddf930472d999d Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 20 Oct 2023 13:40:48 +0200 Subject: [PATCH] Finish --- README.md | 10 ++-------- action.yml | 1 - 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b5c18d5..f2a4ae2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 27b353a..ea5f1d1 100644 --- a/action.yml +++ b/action.yml @@ -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