Skip to content

Commit d189657

Browse files
committed
Run all linters in CI
1 parent 2ec5f28 commit d189657

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
@@ -21,5 +21,5 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222
cache: yarn
2323
- run: yarn install --frozen-lockfile
24-
- run: yarn lint:js
24+
- run: yarn lint
2525
- run: yarn test

0 commit comments

Comments
 (0)