Skip to content

Commit

Permalink
Adding CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Nov 6, 2024
1 parent 58825f2 commit 9757b0a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

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

0 comments on commit 9757b0a

Please sign in to comment.