Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

feat: add syncpack

feat: add syncpack #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
syncpack:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22.14.0
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run syncpack
run: pnpm syncpack lint