Skip to content

Force publish in sync workflow for testing #86

Force publish in sync workflow for testing

Force publish in sync workflow for testing #86

Workflow file for this run

name: Node.js CI (Prettier Check)
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use PNPM Package Manager
uses: pnpm/action-setup@v6
with:
version: 11
- name: Node.js (26.x)
uses: actions/setup-node@v6
with:
node-version: "26.x"
cache: "pnpm"
- name: Check formatting via Prettier
run: node --run prettier:check