Skip to content

Commit

Permalink
Updating with official Vale github action
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikmanam committed Feb 23, 2025
1 parent d279ec1 commit ae824b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/vale-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
uses: errata-ai/vale-action@v1
with:
files: "."
fail_on_error: true
debug: true
debug: true

- name: Fail if Vale finds errors
if: failure()
run: exit 1

0 comments on commit ae824b5

Please sign in to comment.