Skip to content

Commit 4663ab4

Browse files
[docs-infra] Add comment about Vale config
1 parent a7cd830 commit 4663ab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/vale-action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 # v2.1.0
1717
continue-on-error: true # GitHub Action flag needed until https://github.com/errata-ai/vale-action/issues/89 is fixed
1818
with:
19+
# Errors should be more visible
1920
fail_on_error: true
21+
# The other reports don't work, not really https://github.com/reviewdog/reviewdog#reporters
2022
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
2125
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)