Skip to content

Merge pull request #25 from HyPixelic/allow-plugin-options #77

Merge pull request #25 from HyPixelic/allow-plugin-options

Merge pull request #25 from HyPixelic/allow-plugin-options #77

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