This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user