Skip to content

fix: adjust transform api #373

fix: adjust transform api

fix: adjust transform api #373

Workflow file for this run

name: Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 22
- run: yarn install --frozen-lockfile
- run: yarn lint && yarn test