Skip to content

Commit

Permalink
Adds GitHub action to allow basic spellchecking on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Nov 21, 2023
1 parent 57be729 commit 71a1dd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: reviewdog
on: [pull_request]

jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ mdx = md
[*.{md,mdx}]
BasedOnStyles = Vale
[formats]
mdx = md%
mdx = md

0 comments on commit 71a1dd2

Please sign in to comment.