Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lemonnekogh/update-homebrew-formula-action
- Owner: LemonNekoGH
- License: mit
- Created: 2023-04-01T17:14:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-29T16:57:25.000Z (over 1 year ago)
- Last Synced: 2024-11-18T22:07:29.400Z (about 1 month ago)
- Topics: actions, automation, homebrew, homebrew-formula
- Language: TypeScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Update Homebrew Formula Action
## 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)
```