From 6cb8a41dc104b82d1454a9459e427edf2faf27d6 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Fri, 19 Jul 2024 11:47:13 -0700 Subject: [PATCH] list yarn config --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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