diff --git a/.eslintignore b/.eslintignore index 9581c2fd7b508..f12bda4122e72 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,3 +3,11 @@ node_modules package-lock.json pnpm-lock.yaml platform/dist +*.md +*.txt +*.yml +*.yaml +*.lock +*.py +*.png + diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index 12a90e3ad68e1..800368824be90 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -94,7 +94,7 @@ jobs: with: format: 'space-delimited' - name: Lint changed files - run: npx eslint ${{ steps.changed_files_space.outputs.added_modified }} ${{ steps.changed_files_space.outputs.renamed }} + run: npx eslint --quiet ${{ steps.changed_files_space.outputs.added_modified }} ${{ steps.changed_files_space.outputs.renamed }} - name: Get Changed Files (comma-separated) id: changed_files uses: jitterbit/get-changed-files@v1