Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benchkram/bob-setup-action
Installs bob on GitHub Actions
https://github.com/benchkram/bob-setup-action
bob
Last synced: 10 days ago
JSON representation
Installs bob on GitHub Actions
- Host: GitHub
- URL: https://github.com/benchkram/bob-setup-action
- Owner: benchkram
- License: apache-2.0
- Created: 2022-05-16T11:19:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T19:02:02.000Z (over 2 years ago)
- Last Synced: 2024-12-01T12:23:18.673Z (about 1 month ago)
- Topics: bob
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bob-setup-action
Setup [bob](https://bob.build/) on GitHub Actions.
## Features
You can specify bob release version via `version`.
## Usage
```yaml
steps:
- uses: benchkram/bob-install-action@v1
with:
version: 0.4.0
- run: bob --version
```