Skip to content

Add *basic* CI workflow for checking script/setup #6

Add *basic* CI workflow for checking script/setup

Add *basic* CI workflow for checking script/setup #6

Workflow file for this run

name: CI
on:
push
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Homebrew
run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Verify Homebrew installation
run: brew --version
- run: script/setup