Skip to content

Improve batchConv type checking (#33) #154

Improve batchConv type checking (#33)

Improve batchConv type checking (#33) #154

Workflow file for this run

name: Lint
on:
push:
branches:
- main
env:
HUSKY: 0
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Lint
run: |
pnpm install --frozen-lockfile
pnpm run lint