Skip to content

feat(core): support legacy string array types (#73) #21

feat(core): support legacy string array types (#73)

feat(core): support legacy string array types (#73) #21

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
workflow_dispatch:
concurrency:
group: test-${{ github.head_ref }}
cancel-in-progress: true
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: |
pnpm install
pnpm build
pnpm test
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm lint