Skip to content

Commit

Permalink
CI: fix vale runs (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Jul 9, 2024
1 parent 09664e6 commit dd914ed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4

- name: Vale Linter
uses: errata-ai/vale-action@v2.0.1
uses: errata-ai/vale-action@reviewdog
with:
# Optional
#styles: |
Expand All @@ -22,7 +22,7 @@ jobs:
files: ./en

# Optional
onlyAnnotateModifiedLines: true
filter_mode: added
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
Expand Down
File renamed without changes.
File renamed without changes.
Empty file removed styles/vocab.txt
Empty file.

0 comments on commit dd914ed

Please sign in to comment.