From aa28c78e5d24092d9df3c5590e5f7d9c29924042 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 20:10:58 +0000 Subject: [PATCH] Test npm install --- .gitea/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1ec02ad..26136bb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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