Files
terminal-layout-sync/.gitea/workflows/ci.yml
7000pctAUTO aa28c78e5d
All checks were successful
CI / test (push) Successful in 33s
Test npm install
2026-02-05 20:10:58 +00:00

15 lines
328 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
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