Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 11, 2024
1 parent 5422da4 commit 27cb655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
exit 1
fi
- name: Install Reviewdog
uses: reviewdog/action-setup@v1
with:
reviewdog_version: latest

- name: Get changed files
id: changed-files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
StylesPath = styles
MinAlertLevel = warning

Vocab = EN
Vocab = config/vocabularies/EN

[*.md]
BasedOnStyles = custom

0 comments on commit 27cb655

Please sign in to comment.