Commit cfc7e25
ci(vale): add a pr check workflow for vale
Add a pull request driven workflow for vale. This is based on the
upstream action documentation [1], but limit it to changed files only to
keep feedback snappy.
This currently uses a fork I made of the upstream action that's capable
of using the locally installed version of vale. This allows us to use
our container as is, which is faster than reinstalling tools and makes
issues more easily reproducible. This is only required until the
upstream PR is accepted [2].
This does not enable this action as a blocking check just yet. There is
still an upstream bug that makes all feedback throw a failure, which is
a little too aggressive right now. Still need to tune things a bit.
[1] https://github.com/errata-ai/vale-action
[2] errata-ai/vale-action#149
Signed-off-by: Randolph Sapp <[email protected]>1 parent da45661 commit cfc7e25
1 file changed
+40
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments