Skip to content

v3.6.7

v3.6.7 #119

Workflow file for this run

name: brew test-bot
on:
push:
branches:
- main
pull_request:
jobs:
test-bot:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-latest, ubuntu-latest]
steps:
- name: Checkout Tap
uses: actions/checkout@v4
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Tap and Install Formula
run: |
brew tap $GITHUB_REPOSITORY
brew install cb
- name: Test Formula
run: |
cb version