Skip to content

Commit 8ae343e

Browse files
authored
Merge branch 'develop' into remove-combat
2 parents b320304 + b3a749e commit 8ae343e

File tree

8 files changed

+16321
-17648
lines changed

8 files changed

+16321
-17648
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Run Linter
2626
run: npm run lint
2727

28+
- name: Run Typecheck
29+
run: npm run typecheck
30+
2831
- name: Build Project
2932
run: npm run build

0 commit comments

Comments
 (0)