Skip to content

feat: configurable transform types #245 #42

feat: configurable transform types #245

feat: configurable transform types #245 #42

Workflow file for this run

name: Test
on: pull_request
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test