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 65d281e commit c1b53c7
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 @@ -71,7 +71,7 @@ jobs:
- name: Check Vale output for warnings/issues
id: check-vale-output
run: |
if grep -q '"severity": "WARNING"' vale-output.json; then
if grep -i 'warning' vale-output.json; then
echo "Vale found warnings or issues."
echo "has_warnings=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit c1b53c7

Please sign in to comment.