From 176e840728eb30fb32f32c162c1bad35ad0a54e8 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Wed, 10 Jan 2024 17:05:23 +0100 Subject: [PATCH] Fix vale ci (#3353) * Fix vale ci * try * try * try * try --- .github/workflows/ci-docs.yaml | 4 ++-- packages/twenty-docs/.vale.ini => .vale.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename packages/twenty-docs/.vale.ini => .vale.ini (86%) 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