Skip to content

Bumped Version from 0.0.9-dev.0 to 0.1.0 #79

Bumped Version from 0.0.9-dev.0 to 0.1.0

Bumped Version from 0.0.9-dev.0 to 0.1.0 #79

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 (22.x)
uses: actions/setup-node@v6
with:
node-version: "22.x"
cache: "pnpm"
- name: Check formatting via Prettier
run: node --run prettier:check