From 52fa214b15d7bdf2c67a66ea580262192747d6e6 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 26 Jun 2024 12:32:17 -0700 Subject: [PATCH] ci: more debug --- scripts/check_rule.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check_rule.sh b/scripts/check_rule.sh index ea05edc..85e0fb7 100755 --- a/scripts/check_rule.sh +++ b/scripts/check_rule.sh @@ -48,6 +48,8 @@ check_pass_conditions() { fi RESULT=$(vale --config="$config_file" --no-exit --output=line "$pass_md_file" | wc -l) + debug=$(vale --config="$config_file" --output=line "$pass_md_file") + echo "Debug: $debug" if [ "$RESULT" -ne 0 ]; then echo "$package_name/$rule_name fail condition test - ❌"