Skip to content

fix: Allow plugins to initalize themselves on unused hooks #304

fix: Allow plugins to initalize themselves on unused hooks

fix: Allow plugins to initalize themselves on unused hooks #304

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PNPM
run: corepack enable && pnpm -v
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.19.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test
run: pnpm test