Skip to content

Commit 233d509

Browse files
committed
ci: add lint
1 parent ebc071d commit 233d509

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
- name: Install dependencies
1919
run: yarn install
2020

21+
- name: Lint
22+
run: yarn lint
23+
2124
- name: Run tests
22-
run: yarn test
25+
run: yarn test
2326

2427
release:
2528
name: Release

0 commit comments

Comments
 (0)