Skip to content

Commit

Permalink
Merge pull request #5 from magicbell/ci
Browse files Browse the repository at this point in the history
Adding CI
  • Loading branch information
stigi authored Nov 6, 2024
2 parents 58825f2 + 0385d59 commit f07e337
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 formula
run: brew install --include-test --formula Formula/magicbell-cli.rb
- name: Test
run: brew test magicbell-cli

0 comments on commit f07e337

Please sign in to comment.