mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
chore(actions): add homebrew test
This commit is contained in:
parent
9bfb97f39d
commit
6d478cc387
1 changed files with 15 additions and 0 deletions
15
.github/workflows/homebrew_test.yaml
vendored
Normal file
15
.github/workflows/homebrew_test.yaml
vendored
Normal 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
|
Loading…
Reference in a new issue