We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb69dc4 commit 5c001b4Copy full SHA for 5c001b4
.github/workflows/lint.yml
@@ -41,6 +41,6 @@ jobs:
41
run: |
42
yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000
43
yarn why eslint
44
- find node_modules/.bin/ -type f
45
- find node_modules/ -type d -name eslint
+ find . -maxdepth 1 -mindepth 1
+ find node_modules/ -maxdepth 1 -mindepth 1 -type d
46
yarn lint:ci
0 commit comments