Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dawn/vale-config' i…
Browse files Browse the repository at this point in the history
…nto dawn/vale-config
  • Loading branch information
dawnkelly09 committed Aug 22, 2024
2 parents b2e8e33 + eebf6a6 commit 67fb1b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
review-docs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
outputs:
files: ${{ steps.get-modified-files.outputs.files }}
steps:
Expand All @@ -28,6 +30,7 @@ jobs:
files: ${{ steps.get-modified-files.outputs.files }}
vale_flags: "--no-exit --minAlertLevel=error"
reporter: github-pr-review
fail_on_error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 67fb1b2

Please sign in to comment.