Skip to content

Commit a289642

Browse files
committed
Add linting back to the CI
1 parent 06ac117 commit a289642

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: yarn install
2222

23+
- name: Lint
24+
run: yarn lint
25+
2326
- name: Run test suite
2427
run: yarn test
2528

0 commit comments

Comments
 (0)