Skip to content

feat: add CI pipeline #14

feat: add CI pipeline

feat: add CI pipeline #14

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: 🏗️ Setup and Build
uses: ./.github/actions/build
- name: 🧪 Test jest
run: pnpm test