Skip to content

Commit 5c001b4

Browse files
committed
list files
1 parent eb69dc4 commit 5c001b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: |
4242
yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000
4343
yarn why eslint
44-
find node_modules/.bin/ -type f
45-
find node_modules/ -type d -name eslint
44+
find . -maxdepth 1 -mindepth 1
45+
find node_modules/ -maxdepth 1 -mindepth 1 -type d
4646
yarn lint:ci

0 commit comments

Comments
 (0)