Skip to content

Commit 69715b7

Browse files
Update linting.yml (#74)
* Update linting.yml
1 parent ca27a8b commit 69715b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Linting
2-
on: [push]
2+
on: [pull_request]
33

44
jobs:
55
prose:
@@ -9,8 +9,9 @@ jobs:
99
uses: actions/checkout@master
1010

1111
- name: Vale
12-
uses: errata-ai/vale-action@v1.4.0
12+
uses: errata-ai/vale-action@v2.0.1
1313
with:
1414
onlyAnnotateModifiedLines: true
15+
reporter: github-pr-check
1516
env:
16-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
17+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)