Skip to content

Commit

Permalink
mkdir node_modules?
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 19, 2024
1 parent 6cb8a41 commit 4e40c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Lint files
if: ${{ steps.files_changed.outputs.any_modified == 'true' }}
run: |
mkdir -p node_modules
yarn config list --verbose
yarn --no-default-rc --non-interactive --pure-lockfile --check-files --network-timeout 1000000 --modules-folder node_modules --verbose
yarn why eslint --verbose
Expand Down

0 comments on commit 4e40c11

Please sign in to comment.