Skip to content

Commit

Permalink
Fixed vale check
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Oct 29, 2024
1 parent 3032962 commit bff83f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
#Configure git
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

#Run check
- name: reviewdog
uses: errata-ai/vale-action@reviewdog
uses: errata-ai/vale-action@v2.1.1
with:
vale_flags: "--glob=*.md"
# fail_on_error: true
Expand Down
3 changes: 3 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ BasedOnStyles = Vale, Google

Vale.Terms = NO


[*.md]
Vale.Spelling = YES
34 changes: 0 additions & 34 deletions styles/Vocab/Percona/accept.txt

This file was deleted.

0 comments on commit bff83f9

Please sign in to comment.