From 1878ba5982c5c2705a9381eb1b333659556339e5 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Wed, 6 Nov 2024 09:21:18 +0100 Subject: [PATCH] chore: update github eslint action --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bdbe5727fa..7b3c3f3f05 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,10 +18,11 @@ jobs: - uses: ./.github/workflows/yarn - - uses: CatChen/eslint-suggestion-action@v2 + - uses: CatChen/eslint-suggestion-action@v4.1.7 with: request-changes: true # optional fail-check: true # optional github-token: ${{ secrets.GITHUB_TOKEN }} # optional directory: './' # optional targets: 'src' # optional + config-path: './eslint.config.mjs''