feat: prevent ignore files warning (#2318)

This commit is contained in:
Tonye Jack 2024-10-14 18:04:31 -06:00 committed by GitHub
parent 684c5e6d94
commit 1f772e919b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ jobs:
with: with:
token: ${{ secrets.PAT_TOKEN }} token: ${{ secrets.PAT_TOKEN }}
config_path: ".eslintrc.json" config_path: ".eslintrc.json"
ignore_path: ".eslintignore"
- name: Run build and test - name: Run build and test
run: | run: |