File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - uses : ludeeus/action-shellcheck@master
24+
25+ vale :
26+ name : runner / vale
27+ runs-on : ubuntu-latest
28+ steps :
29+ - uses : actions/checkout@v4
30+ - uses : errata-ai/vale-action@v2.1.1
31+ with :
32+ files : all
33+ fail_on_error : true
Original file line number Diff line number Diff line change @@ -132,11 +132,15 @@ the prose of your pull requests and adds suggestions to improve style and clarit
132132There is a [ VSCode plugin for Vale] ( https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode )
133133which outputs suggestions to the problems pane in the IDE.
134134
135+ The Fluent Bit repository runs Vale as a GitHub Action on updated text in new pull
136+ requests. Vale suggestions, errors, and warnings will display in GitHub on the
137+ ** Files changed** page.
138+
135139[ See the Vale tests for Fluent Bit] ( https://github.com/fluent/fluent-bit-docs/tree/master/vale-styles ) .
136140
137141Most Vale tests are at the ` suggestion ` level and won't block merging.
138142
139- The following tests are at a ` error ` level and will prevent merging :
143+ The following tests are at ` error ` level and will cause a test failure :
140144
141145- [ AmSpelling] ( https://developers.google.com/style/word-list )
142146- [ Ampersand] ( https://developers.google.com/style/word-list#ampersand )
You can’t perform that action at this time.
0 commit comments