Fix vale ci (#3353)

* Fix vale ci

* try

* try

* try

* try
This commit is contained in:
Charles Bochet 2024-01-10 17:05:23 +01:00 committed by GitHub
parent 22047fa2bf
commit 176e840728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -25,12 +25,12 @@ jobs:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
files: ${{ steps.directories.outputs.LIST }}
fail_on_error: true
vale_flags: "--minAlertLevel=error --config=packages/twenty-docs/.vale.ini"
vale_flags: "--minAlertLevel=error"
reporter: github-pr-check
token: ${{ github.token }}
filter_mode: nofilter

View File

@ -1,4 +1,4 @@
StylesPath = ../.github/vale-styles
StylesPath = .github/vale-styles
MinAlertLevel = suggestion