Skip to content

feat: support serializer with default import #5

feat: support serializer with default import

feat: support serializer with default import #5

Workflow file for this run

on:
push:
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: pnpm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: pnpm run build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: pnpm run test