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 fbe0c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 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
34 changes: 0 additions & 34 deletions styles/Vocab/Percona/accept.txt

This file was deleted.

0 comments on commit fbe0c7b

Please sign in to comment.