Skip to content

Commit 005571c

Browse files
committed
vale-update-4
Signed-off-by: A.Arnold <[email protected]>
1 parent d321741 commit 005571c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/lint-with-vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
#filter_mode: diff_context
1818
#vale_flags: "--no-exit --minAlertLevel=error"
19-
#reporter: github-pr-review
19+
reporter: github-pr-check
2020
files: docs/*
2121
# Radhika says not to block PR merge if there are Vale errors
2222
# To change set fail_on_error: true

.github/workflows/reviewdog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Run reviewdog
2+
env:
3+
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4+
run: |
5+
golint ./... | reviewdog -f=golint -reporter=github-pr-check

0 commit comments

Comments
 (0)