Skip to content

refactor: allow op-return #8

refactor: allow op-return

refactor: allow op-return #8

Workflow file for this run

name: 'Run Test'
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn
- name: Run Test
run: yarn test