Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit e0e0a7f

Browse files
authored
fix: lint command was incorrect
1 parent 819cb1a commit e0e0a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: install dependencies
2121
run: yarn install --frozen-lockfile --non-interactive
2222
- name: linting
23-
run: yarn lint
23+
run: yarn lint:js
2424

2525
tests:
2626
name: 'Tests: ${{ matrix.os }}'

0 commit comments

Comments
 (0)