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

Replace module and types with exports #29

Replace module and types with exports

Replace module and types with exports #29

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
- run: pnpm install
- run: pnpm format --check
- run: pnpm build
- run: pnpm test