diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a3d7188b..fe9e2cbf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +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 --modules-folder node_modules --verbose + yarn config list --verbose + yarn --no-default-rc --non-interactive --pure-lockfile --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