Skip to content

Commit

Permalink
Fix vale ci (twentyhq#3353)
Browse files Browse the repository at this point in the history
* Fix vale ci

* try

* try

* try

* try
  • Loading branch information
charlesBochet authored Jan 10, 2024
1 parent 22047fa commit 176e840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/twenty-docs/.vale.ini → .vale.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StylesPath = ../.github/vale-styles
StylesPath = .github/vale-styles

MinAlertLevel = suggestion

Expand Down

0 comments on commit 176e840

Please sign in to comment.