Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Sep 30, 2024
1 parent e863885 commit 1457c9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: |
yarn global add eslint
echo "::add-path::$(yarn global bin)"
- run: eslint index.js --ext .js,.jsx,.ts,.tsx
sudo npm install -g eslint@8
- run: eslint index.js lib --ext .js,.jsx,.ts,.tsx

0 comments on commit 1457c9b

Please sign in to comment.