Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an action for setting up brew and installing from brewfile #8

Merged
merged 10 commits into from
Sep 29, 2022

Conversation

mike-carey
Copy link
Contributor

@mike-carey mike-carey commented Sep 26, 2022

Problem

We would like an action that sets up brew now that Github-hosted runners no longer set it up by default.

Solution

Adds an action that sets up brew and installs dependencies from a brewfile.

Notes

Usage

jobs:
  # ...
  steps:
    - name: 'Checkout'
      uses: actions/checkout@v3

    - name: 'Install dev dependencies'
      uses: shopsmart/github-actions/actions/setup-homebrew@v2

@mike-carey mike-carey marked this pull request as ready for review September 27, 2022 16:01
@mike-carey mike-carey requested a review from a team September 27, 2022 17:28
@mike-carey mike-carey merged commit d93dcbb into main Sep 29, 2022
@mike-carey mike-carey deleted the feature/setup-brew branch September 29, 2022 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants