Skip to content

feat(package): esm only #200

feat(package): esm only

feat(package): esm only #200

Workflow file for this run

name: test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run lint
run: yarn lint
- name: Run lint
run: yarn test