Skip to content

Commit bd39393

Browse files
authored
Merge pull request #24 from simonkovtyk/main
2.0.0-next.0
2 parents 46bd8e7 + 8ddaa94 commit bd39393

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
version: latest
1818
run_install: true
1919

20+
- name: Lint
21+
run: |
22+
tsc --noEmit
23+
pnpm run prepare
24+
2025
- name: Build
2126
run: tsc
2227

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
eslint .
1+
pnpx eslint .
22
tsc --noEmit

0 commit comments

Comments
 (0)