Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Oct 15, 2024
1 parent 4e9d99e commit 697483b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: always() # Always evaluate the step
run: |
CHECK_RUN_URL="${{ steps.vale-lint.outputs.check_run_url }}"
if [[ "$CHECK_RUN_URL" == *"neutral"* ]]; then
if [[ "$CHECK_RUN_URL" == *"warning"* ]]; then
COMMENT="❗️Oh no, some Vale linting issues were found! Please check the **Files changed** tab for detailed results and make the necessary updates."
COMMENT+=$'\n'
COMMENT+=$'\n\n'
Expand Down

0 comments on commit 697483b

Please sign in to comment.