From c96577b84df66a6779bac3a4734aa6ed723c3994 Mon Sep 17 00:00:00 2001 From: Pablo Aguilar Date: Sun, 24 Oct 2021 03:15:21 -0300 Subject: [PATCH 1/2] Fixes log --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 98082a3..6493b05 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -50,7 +50,7 @@ remark . ${INPUT_REMARK_ARGS} 2>&1 | -tee \ ${INPUT_REVIEWDOG_FLAGS} || exit_val="$?" -echo "[action-flake8] Clean up reviewdog..." +echo "[action-remark-lint] Clean up reviewdog..." rm /tmp/reviewdog if [[ "${exit_val}" -ne '0' ]]; then From 919937a876261a239b41e1265198172c42496ab6 Mon Sep 17 00:00:00 2001 From: Pablo Aguilar Date: Sun, 24 Oct 2021 03:15:39 -0300 Subject: [PATCH 2/2] Updates `README.md` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e00ec61..5de7347 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: run: npm install remark-preset-lint-recommended shell: bash - name: remark-lint - uses: reviewdog/action-remark-lint@v2 + uses: reviewdog/action-remark-lint@v5 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-check @@ -51,7 +51,7 @@ Remark presets are also installed when they are specified them in the `dependenc **Optional**. Additional remark-lint input arguments. Defaults to `"--use=remark-preset-lint-recommended"`. Default is applied programmatically when no input or config file is found. -#### `install_deps` +### `install_deps` **Optional**. Install npm dependencies (i.e. dependencies specified in the `package.json`). Defaults to `true`.