aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65d5efb0..14e909f0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,11 +25,19 @@ jobs:
- name: Install dependencies
run: npm ci
+ - name: Build Libs
+ run: npm run build-libs
+
- name: Lint JS
run: npm run test-lint-js
env:
CI: true
+ - name: Validate JS Types
+ run: npm run test-ts
+ env:
+ CI: true
+
- name: Lint CSS
run: npm run test-lint-css
env:
@@ -40,9 +48,6 @@ jobs:
env:
CI: true
- - name: Build Libs
- run: npm run build-libs
-
- name: Tests
run: npm run test-code
env: