Skip to content

Commit 1a963cc

Browse files
committed
Fix lint in CI
1 parent bceae56 commit 1a963cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v2
99
with:
1010
submodules: recursive
11-
- name: Install modules
12-
run: yarn
13-
- name: Run ESLint
14-
run: yarn run eslint . --ext .js,.jsx,.ts,.tsx
11+
- name: Link
12+
run: |
13+
npm i
14+
npm run lint

0 commit comments

Comments
 (0)