Skip to content

Commit

Permalink
ci: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jun 26, 2024
1 parent 9217683 commit 52fa214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/check_rule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 - ❌"
Expand Down

0 comments on commit 52fa214

Please sign in to comment.