Skip to content

feat: add ci workflow #1

feat: add ci workflow

feat: add ci workflow #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: brew bundle