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

Commit b88b095

Browse files
authored
ci: update lint script to not run XO directly
1 parent 7c758a4 commit b88b095

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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies with Yarn
4848
run: yarn install
4949
- name: Lint with XO
50-
run: yarn run xo
50+
run: yarn run lint
5151
style:
5252
name: Check style
5353

0 commit comments

Comments
 (0)