Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Sep 30, 2024
1 parent e863885 commit 8827486
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/eslint.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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 nedb --ext .js,.jsx,.ts,.tsx
- run: npm install
- run: npm test

0 comments on commit 8827486

Please sign in to comment.