Skip to content

Commit 677055a

Browse files
Update vale-linting.yml
1 parent 04bff69 commit 677055a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/vale-linting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
# Required, set by GitHub actions automatically:
1616
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
1717
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
18+
with:
19+
# github-pr-check, github-pr-review, github-check
20+
reporter: github-pr-check
1821

1922
markdownlint:
2023
name: runner / markdownlint
@@ -25,4 +28,4 @@ jobs:
2528
uses: reviewdog/action-markdownlint@v0
2629
with:
2730
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
reporter: github-pr-review
31+
reporter: github-pr-review

0 commit comments

Comments
 (0)