Skip to content

Commit 4e40c11

Browse files
committed
mkdir node_modules?
1 parent 6cb8a41 commit 4e40c11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Lint files
4040
if: ${{ steps.files_changed.outputs.any_modified == 'true' }}
4141
run: |
42+
mkdir -p node_modules
4243
yarn config list --verbose
4344
yarn --no-default-rc --non-interactive --pure-lockfile --check-files --network-timeout 1000000 --modules-folder node_modules --verbose
4445
yarn why eslint --verbose

0 commit comments

Comments
 (0)