We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cd830 commit 4663ab4Copy full SHA for 4663ab4
.github/workflows/vale-action.yml
@@ -16,6 +16,10 @@ jobs:
16
- uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 # v2.1.0
17
continue-on-error: true # GitHub Action flag needed until https://github.com/errata-ai/vale-action/issues/89 is fixed
18
with:
19
+ # Errors should be more visible
20
fail_on_error: true
21
+ # The other reports don't work, not really https://github.com/reviewdog/reviewdog#reporters
22
reporter: github-pr-check
23
+ # Required, set by GitHub actions automatically:
24
+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
25
token: ${{secrets.GITHUB_TOKEN}}
0 commit comments