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

feat: add pnpm workspace configuration #6

feat: add pnpm workspace configuration

feat: add pnpm workspace configuration #6

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
editorconfig:
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 EditorConfig Checker
run: pnpm editorconfig-checker