diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8f58e0cc..a3d7188b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,8 +39,8 @@ jobs: - name: Lint files if: ${{ steps.files_changed.outputs.any_modified == 'true' }} run: | - yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000 - yarn why eslint + yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000 --modules-folder node_modules --verbose + yarn why eslint --verbose find . -maxdepth 1 -mindepth 1 find node_modules/ -maxdepth 1 -mindepth 1 -type d yarn lint:ci