Skip to content

Commit dbca7e9

Browse files
committed
Edit github workflow to use lint:ci
1 parent 2067a0f commit dbca7e9

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: Yarn Install
1212
run: yarn
1313
- name: Lint
14-
run: yarn lint
14+
run: yarn lint:ci
1515
- name: Jest Tests
1616
run: yarn test:ci
1717
- name: Typescript build

0 commit comments

Comments
 (0)