Skip to content

feat(sync): enhance sync engine with logging and routing logic for im… #30

feat(sync): enhance sync engine with logging and routing logic for im…

feat(sync): enhance sync engine with logging and routing logic for im… #30

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
- name: Install dependencies
run: npm ci
- name: Run all checks
run: npm run check
- name: Build
run: npm run build