Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
richie0866 committed Feb 25, 2022
1 parent cd1c3b2 commit bbc9275
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 567 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
run: npm install
- name: Run ESLint
run: yarn run eslint src/
run: npx eslint src
Loading

0 comments on commit bbc9275

Please sign in to comment.