Skip to content

feat: a new API design to allow customizations (#15) #30

feat: a new API design to allow customizations (#15)

feat: a new API design to allow customizations (#15) #30

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint