Skip to content

Commit

Permalink
Fix lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aladmit committed May 14, 2022
1 parent bceae56 commit 1a963cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run eslint . --ext .js,.jsx,.ts,.tsx
- name: Link
run: |
npm i
npm run lint

0 comments on commit 1a963cc

Please sign in to comment.