We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb8a41 commit 4e40c11Copy full SHA for 4e40c11
.github/workflows/lint.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Lint files
40
if: ${{ steps.files_changed.outputs.any_modified == 'true' }}
41
run: |
42
+ mkdir -p node_modules
43
yarn config list --verbose
44
yarn --no-default-rc --non-interactive --pure-lockfile --check-files --network-timeout 1000000 --modules-folder node_modules --verbose
45
yarn why eslint --verbose
0 commit comments