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 04bff69 commit 677055aCopy full SHA for 677055a
.github/workflows/vale-linting.yml
@@ -15,6 +15,9 @@ jobs:
15
# Required, set by GitHub actions automatically:
16
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
17
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
18
+ with:
19
+ # github-pr-check, github-pr-review, github-check
20
+ reporter: github-pr-check
21
22
markdownlint:
23
name: runner / markdownlint
@@ -25,4 +28,4 @@ jobs:
25
28
uses: reviewdog/action-markdownlint@v0
26
29
with:
27
30
github_token: ${{ secrets.GITHUB_TOKEN }}
- reporter: github-pr-review
31
+ reporter: github-pr-review
0 commit comments