Files
terminal-layout-sync/.gitea/workflows/ci.yml
7000pctAUTO 973e1e5965
All checks were successful
CI / test (push) Successful in 45s
Final working CI
2026-02-05 20:17:32 +00:00

17 lines
377 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 Dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Typecheck
run: npm run typecheck