Skip to content

Commit

Permalink
Run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Dec 27, 2023
1 parent eebc8f9 commit bdf00cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Vale

on: [pull_request]

jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
files: docs
reporter: github-pr-check
filter_mode: added
vale_flags: "--glob=*.{md,mdx} --config='.vale.ini'"

0 comments on commit bdf00cb

Please sign in to comment.