From 7a598cae12141bdcf1945180105a97cfef2ecb27 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Fri, 19 Jul 2024 11:28:35 -0700 Subject: [PATCH] debug lint.yml --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f3b441f8..67989a23 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,4 +40,6 @@ jobs: if: ${{ steps.files_changed.outputs.any_modified == 'true' }} run: | yarn --ignore-engines --non-interactive + yarn why eslint + stat node_modules/.bin/eslint || true yarn lint:ci