Skip to content

chore: bump to 0.2.0 #9

chore: bump to 0.2.0

chore: bump to 0.2.0 #9

Workflow file for this run

name: Library
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build package
run: yarn prepare