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