Skip to content

chatgpt-cli (macos) #34

chatgpt-cli (macos)

chatgpt-cli (macos) #34

name: chatgpt-cli (macos) # edit
on:
push:
branches:
- main
paths:
- "Formula/chatgpt-cli.rb" # edit
- ".github/workflows/chatgpt-cli-macos.yml" # edit
schedule:
- cron: "51 3 * * 6" # Runs at 03:51, only on Saturday
workflow_dispatch:
jobs:
test_installation:
name: macos
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install (macos)
run: |
brew install kojix2/brew/chatgpt-cli # edit
chatgpt --version # edit