Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemonnekogh/update-homebrew-formula-action

An action to update your formula
https://github.com/lemonnekogh/update-homebrew-formula-action

actions automation homebrew homebrew-formula

Last synced: 5 days ago
JSON representation

An action to update your formula

Awesome Lists containing this project

README

        

# Update Homebrew Formula Action

javscript-action status

## Usage

You can now consume the action by referencing the main branch
```yaml
uses: lemonnekogh/update-homebrew-formula-action@main
with:
tag: '0.0.2'
url: 'https://github.com/example/tool'
description: 'a description'
buildType: Go
main: 'main.go'
homepage: 'https://github.com/example/tool'
licenseName: 'MIT'
formulaName: 'Tool'
commandName: 'tool'
```

See the [actions tab](https://github.com/actions/javascript-action/actions) for runs of this action! :rocket:

This action just create or update formula ruby file in `Formula/.rb` currently, you need commit and push by another steps.

For further info, you can see `actions.yaml` currently, thank you.

## Testing
Install the dependencies

```bash
pnpm install
```

Run the tests :heavy_check_mark:

```bash
$ pnpm test

✓ index.test.ts (1)

Test Files 1 passed (1)
Tests 1 passed (1)
Start at 16:30:49
Duration 270ms (transform 64ms, setup 0ms, collect 49ms, tests 1ms)
```