From 1f772e919bcbf025d221836bc4b8e3b72e2ef117 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Oct 2024 18:04:31 -0600 Subject: [PATCH] feat: prevent ignore files warning (#2318) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 332050dbc10..9dbf5197ac7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,7 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} config_path: ".eslintrc.json" + ignore_path: ".eslintignore" - name: Run build and test run: |