Full CI workflow
Some checks failed
CI / test (push) Failing after 48s

This commit is contained in:
2026-02-05 20:12:23 +00:00
parent aa28c78e5d
commit 8e5547a569

View File

@@ -8,7 +8,11 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git . run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
- name: Install npm - name: Install Dependencies
run: npm install run: npm install
- name: Verify - name: Lint
run: ls node_modules | head -5 run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Test
run: npm test