mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
parent
22047fa2bf
commit
176e840728
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci-docs.yaml
vendored
4
.github/workflows/ci-docs.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
StylesPath = ../.github/vale-styles
|
||||
StylesPath = .github/vale-styles
|
||||
|
||||
MinAlertLevel = suggestion
|
||||
|
||||
Loading…
Reference in a new issue