Skip to content

fix: disable all homebrew apps for now #95

fix: disable all homebrew apps for now

fix: disable all homebrew apps for now #95

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Clone source
uses: actions/checkout@v4
...