Skip to content

Commit

Permalink
Temporarily disable failure on vale check
Browse files Browse the repository at this point in the history
The problem seems to be that reviewdog fails because there are
too many warnings and errors in our docs.
  • Loading branch information
tillrohrmann committed Sep 1, 2023
1 parent a1fc3c6 commit 935f3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run vale spell and style check
continue-on-error: true
uses: errata-ai/vale-action@reviewdog
with:
files: docs
Expand Down

0 comments on commit 935f3ac

Please sign in to comment.