Skip to content

Commit

Permalink
Update linting.yml (#74)
Browse files Browse the repository at this point in the history
* Update linting.yml
  • Loading branch information
robinsonzimmermann authored Oct 26, 2023
1 parent ca27a8b commit 69715b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Linting
on: [push]
on: [pull_request]

jobs:
prose:
Expand All @@ -9,8 +9,9 @@ jobs:
uses: actions/checkout@master

- name: Vale
uses: errata-ai/vale-action@v1.4.0
uses: errata-ai/vale-action@v2.0.1
with:
onlyAnnotateModifiedLines: true
reporter: github-pr-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 69715b7

Please sign in to comment.