Skip to content

Fix conditional check for GITHUB_ACTIONS in homebrew.sh #41

Fix conditional check for GITHUB_ACTIONS in homebrew.sh

Fix conditional check for GITHUB_ACTIONS in homebrew.sh #41

Workflow file for this run

name: macOS
on:
push:
branches: main
paths-ignore:
- 'README.md'
pull_request:
branches: main
paths-ignore:
- 'README.md'
jobs:
macOS:
name: macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY }}
- name: install just
run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
- name: Setup
run: just mac
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}