4
.github/workflows/ci-docs.yaml
vendored
4
.github/workflows/ci-docs.yaml
vendored
@ -25,12 +25,12 @@ jobs:
|
|||||||
name: runner / vale
|
name: runner / vale
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: errata-ai/vale-action@reviewdog
|
- uses: errata-ai/vale-action@reviewdog
|
||||||
with:
|
with:
|
||||||
files: ${{ steps.directories.outputs.LIST }}
|
files: ${{ steps.directories.outputs.LIST }}
|
||||||
fail_on_error: true
|
fail_on_error: true
|
||||||
vale_flags: "--minAlertLevel=error --config=packages/twenty-docs/.vale.ini"
|
vale_flags: "--minAlertLevel=error"
|
||||||
reporter: github-pr-check
|
reporter: github-pr-check
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
filter_mode: nofilter
|
filter_mode: nofilter
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
StylesPath = ../.github/vale-styles
|
StylesPath = .github/vale-styles
|
||||||
|
|
||||||
MinAlertLevel = suggestion
|
MinAlertLevel = suggestion
|
||||||
|
|
||||||
Reference in New Issue
Block a user