Skip to content

feat: add jest mocks (#13) #19

feat: add jest mocks (#13)

feat: add jest mocks (#13) #19

Workflow file for this run

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