chore(actions): add homebrew test

This commit is contained in:
Erica Marigold 2023-08-07 11:33:00 +05:30 committed by GitHub
parent 9bfb97f39d
commit 6d478cc387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/homebrew_test.yaml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Homebrew Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Test
run: brew install lune