Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 18, 2024
1 parent 166929a commit cf7b033
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: run tap-info
on:
pull_request:

jobs:
tap-info:
runs-on: ubuntu-latest
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Get local tap formulae
id: get-tap-formulae
run: brew tap-info --installed --json

0 comments on commit cf7b033

Please sign in to comment.