Test npm install
All checks were successful
CI / test (push) Successful in 33s

This commit is contained in:
2026-02-05 20:10:58 +00:00
parent f0423d42b6
commit aa28c78e5d

View File

@@ -7,10 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
- name: Verify project
run: |
ls -la
cat package.json
echo "Project structure verified"
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
- name: Install npm
run: npm install
- name: Verify
run: ls node_modules | head -5