Skip to content

Commit af90cab

Browse files
committed
feat: fix
1 parent febe615 commit af90cab

16 files changed

Lines changed: 105 additions & 672 deletions

File tree

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
- name: Install Dependencies
3333
run: npm ci
3434

35-
- name: Compile Source Code
36-
run: npm run build:ci
37-
38-
- name: Test Source Code
39-
run: npm run test:spec
40-
4135
- name: Lint Source Code
4236
run: npm run lint
37+
38+
- name: Compile Source Code
39+
run: npm run build:ci

0 commit comments

Comments
 (0)