Skip to content

Release new version 0.2.8 #49

Release new version 0.2.8

Release new version 0.2.8 #49

Workflow file for this run

name: Test
on:
push:
workflow_call:
jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-test-env
- run: pnpm build
- run: pnpm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-test-env
- run: pnpm lint