Skip to content

fix: export type file #38

fix: export type file

fix: export type file #38

Workflow file for this run

name: Build & Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "**"
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 🏗️ Setup and Build
uses: ./.github/actions/build
- name: 🧪 Test jest
run: pnpm test