Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```