Skip to content

artemnovichkov/action-homebrew

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action for Homebrew

This Action for Homebrew enables arbitrary actions with the Homebrew command-line client.

Usage

Executes brew with arguments listed in the Action's args.

action "Update" {
  needs = "Master"
  uses = "artemnovichkov/action-homebrew@master"
  args = "update"
}

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.