Files
terminal-layout-sync/.gitea/workflows/ci.yml
7000pctAUTO f0423d42b6
All checks were successful
CI / test (push) Successful in 2s
Verify project structure only
2026-02-05 20:09:58 +00:00

17 lines
361 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: Verify project
run: |
ls -la
cat package.json
echo "Project structure verified"