Skip to content

Adding CI

Adding CI #1

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install local formula
run: brew install Formula/magicbell-cli.rb
- name: Test
run: brew test magicbell-cli