diff --git a/.github/workflows/ci-docs.yaml b/.github/workflows/ci-docs.yaml index 96b4a0f6d48a..ad02f0724479 100644 --- a/.github/workflows/ci-docs.yaml +++ b/.github/workflows/ci-docs.yaml @@ -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 diff --git a/packages/twenty-docs/.vale.ini b/.vale.ini similarity index 86% rename from packages/twenty-docs/.vale.ini rename to .vale.ini index 1c9131343f2d..5439c2f68887 100644 --- a/packages/twenty-docs/.vale.ini +++ b/.vale.ini @@ -1,4 +1,4 @@ -StylesPath = ../.github/vale-styles +StylesPath = .github/vale-styles MinAlertLevel = suggestion