Skip to content

Commit eb69dc4

Browse files
committed
debug more
1 parent 7a598ca commit eb69dc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: Lint files
4040
if: ${{ steps.files_changed.outputs.any_modified == 'true' }}
4141
run: |
42-
yarn --ignore-engines --non-interactive
42+
yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000
4343
yarn why eslint
44-
stat node_modules/.bin/eslint || true
44+
find node_modules/.bin/ -type f
45+
find node_modules/ -type d -name eslint
4546
yarn lint:ci

0 commit comments

Comments
 (0)