Skip to content

Commit 176e840

Browse files
Fix vale ci (twentyhq#3353)
* Fix vale ci * try * try * try * try
1 parent 22047fa commit 176e840

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
name: runner / vale
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: errata-ai/vale-action@reviewdog
3030
with:
3131
files: ${{ steps.directories.outputs.LIST }}
3232
fail_on_error: true
33-
vale_flags: "--minAlertLevel=error --config=packages/twenty-docs/.vale.ini"
33+
vale_flags: "--minAlertLevel=error"
3434
reporter: github-pr-check
3535
token: ${{ github.token }}
3636
filter_mode: nofilter

packages/twenty-docs/.vale.ini .vale.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
StylesPath = ../.github/vale-styles
1+
StylesPath = .github/vale-styles
22

33
MinAlertLevel = suggestion
44

0 commit comments

Comments
 (0)