Use npm run lint in workflow

This commit is contained in:
Alex Corn 2021-07-29 05:06:21 -04:00
parent 3def387d56
commit 485529e807
No known key found for this signature in database
GPG Key ID: E51989A3E7A27FDF

View File

@ -28,4 +28,4 @@ jobs:
run: npm install --ignore-scripts
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts.,tsx
run: npm run lint