Final CI workflow attempt
Some checks failed
CI / test (push) Failing after 49s

This commit is contained in:
2026-02-05 20:06:43 +00:00
parent 7aaeefd85d
commit 3d8e18ba3f

View File

@@ -8,10 +8,6 @@ jobs:
steps:
- name: Checkout
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
- name: Check Node
run: |
which node && node --version
which npm && npm --version
- name: Install Dependencies
run: npm install
- name: Lint