From 5c001b408596db4c0ba44bbaa703d12f25f5b2b3 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Fri, 19 Jul 2024 11:38:43 -0700 Subject: [PATCH] list files --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 58970fc2..8f58e0cc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,6 +41,6 @@ jobs: run: | yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000 yarn why eslint - find node_modules/.bin/ -type f - find node_modules/ -type d -name eslint + find . -maxdepth 1 -mindepth 1 + find node_modules/ -maxdepth 1 -mindepth 1 -type d yarn lint:ci