We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22047fa commit 176e840Copy full SHA for 176e840
.github/workflows/ci-docs.yaml
@@ -25,12 +25,12 @@ jobs:
25
name: runner / vale
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
- uses: errata-ai/vale-action@reviewdog
30
with:
31
files: ${{ steps.directories.outputs.LIST }}
32
fail_on_error: true
33
- vale_flags: "--minAlertLevel=error --config=packages/twenty-docs/.vale.ini"
+ vale_flags: "--minAlertLevel=error"
34
reporter: github-pr-check
35
token: ${{ github.token }}
36
filter_mode: nofilter
packages/twenty-docs/.vale.ini .vale.ini
@@ -1,4 +1,4 @@
1
-StylesPath = ../.github/vale-styles
+StylesPath = .github/vale-styles
2
3
MinAlertLevel = suggestion
4
0 commit comments