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 d321741 commit 005571cCopy full SHA for 005571c
.github/workflows/lint-with-vale.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
#filter_mode: diff_context
18
#vale_flags: "--no-exit --minAlertLevel=error"
19
- #reporter: github-pr-review
+ reporter: github-pr-check
20
files: docs/*
21
# Radhika says not to block PR merge if there are Vale errors
22
# To change set fail_on_error: true
.github/workflows/reviewdog.yml
@@ -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