We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca27a8b commit 69715b7Copy full SHA for 69715b7
1 file changed
.github/workflows/linting.yml
@@ -1,5 +1,5 @@
1
name: Linting
2
-on: [push]
+on: [pull_request]
3
4
jobs:
5
prose:
@@ -9,8 +9,9 @@ jobs:
9
uses: actions/checkout@master
10
11
- name: Vale
12
- uses: errata-ai/vale-action@v1.4.0
+ uses: errata-ai/vale-action@v2.0.1
13
with:
14
onlyAnnotateModifiedLines: true
15
+ reporter: github-pr-check
16
env:
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
17
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments