Skip to content

Commit

Permalink
list files
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 19, 2024
1 parent eb69dc4 commit 5c001b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
run: |
yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000
yarn why eslint
find node_modules/.bin/ -type f
find node_modules/ -type d -name eslint
find . -maxdepth 1 -mindepth 1
find node_modules/ -maxdepth 1 -mindepth 1 -type d
yarn lint:ci

0 comments on commit 5c001b4

Please sign in to comment.