Browse Source

ci: use npm run script for linting

pull/48/head
Abheek Dhawan 2 years ago
committed by GitHub
parent
commit
bf0331c87d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/eslint.yml

2
.github/workflows/eslint.yml

@ -12,4 +12,4 @@ jobs:
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run eslint ./src --ext .js,.jsx,.ts,.tsx
run: yarn run lint

Loading…
Cancel
Save