Skip to content

Commit add9eb0

Browse files
committed
ci: fix ts lint
1 parent 54e3bbd commit add9eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
continue-on-error: true
4646
run: npm run lint:style
4747

48-
- name: Run Typescript Checks
49-
run: npm run lint:typescript
50-
5148
- name: Run Formatting Checks
5249
run: npm run format
5350

5451
- name: Build
5552
run: npm run build
5653

54+
- name: Run Typescript Checks
55+
run: npm run lint:typescript
56+
5757
- name: Build test apps
5858
run: npm run build:apps
5959

0 commit comments

Comments
 (0)