Files
terminal-layout-sync/.gitea/workflows/ci.yml
7000pctAUTO 8fdfed5927
Some checks failed
CI / test (push) Failing after 45s
Simplify CI workflow
2026-02-05 19:40:43 +00:00

16 lines
329 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git /tmp/repo
cd /tmp/repo
npm install
npm run lint
npm run typecheck
npm test