Skip to content

Commit ecf1c11

Browse files
committed
ci: run lint in checks
Signed-off-by: Alexander Borsuk <me@alex.bio>
1 parent 33ecd17 commit ecf1c11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Format
2828
run: npm run format
2929

30+
- name: Lint
31+
run: npm run lint
32+
3033
- name: Build
3134
run: npm run build
3235

0 commit comments

Comments
 (0)