From 8328251765a4e27fd2460f4c2455965bcb72362f Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 22 Jan 2024 14:07:42 +0100 Subject: [PATCH] List checks & categories for easier debugging --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index aff0580..f8241d7 100644 --- a/action.yml +++ b/action.yml @@ -115,6 +115,8 @@ runs: EXCLUDE_DIRS="${EXCLUDE_DIRS//$'\n'/,}" ADDITIONAL_ARGS="$CHECKS $EXCLUDE_CHECKS $CATEGORIES $IGNORE_WARNINGS $IGNORE_ERRORS $INCLUDE_EXPERIMENTAL $EXCLUDE_DIRS" wp-env run cli wp plugin list + wp-env run cli wp plugin list-checks + wp-env run cli wp plugin list-check-categories wp-env run cli wp plugin check $PLUGIN_SLUG --format=json $ADDITIONAL_ARGS --require=./wp-content/plugins/plugin-check/cli.php > ${{ runner.temp }}/plugin-check-results.txt shell: bash env: