diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..e4a88ef --- /dev/null +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file