Skip to content

Commit b93fa14

Browse files
committed
ci: add workflow to lint PR diffs using vale
1 parent ee101d4 commit b93fa14

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pr-lint-vale.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: reviewdog
2+
on: [pull_request]
3+
4+
jobs:
5+
vale:
6+
name: runner / vale
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: errata-ai/[email protected]
11+
with:
12+
reporter: github-pr-check
13+
fail_on_error: true

0 commit comments

Comments
 (0)