Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanay Pant committed Oct 23, 2023
1 parent 1c9f0d1 commit d9924ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/report-readability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
glob: '**/*.md'
fail_on_error: true
1 change: 1 addition & 0 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
uses: errata-ai/vale-action@reviewdog
with:
vale_flags: "--glob=*.md"
fail_on_error: true

0 comments on commit d9924ef

Please sign in to comment.