Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

build: migrate to pnpm #124

build: migrate to pnpm

build: migrate to pnpm #124

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
run_install: true
- name: Lint
run: |
pnpm lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
run_install: true
- name: Typecheck
run: |
pnpm tsc