Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/just-sultanov/setup-babashka

Set up your GitHub Actions workflow with a specific version of babashka
https://github.com/just-sultanov/setup-babashka

babashka clojure clojurescript github-actions

Last synced: 3 months ago
JSON representation

Set up your GitHub Actions workflow with a specific version of babashka

Awesome Lists containing this project

README

        


setup-babashka action status

# setup-babashka

This action sets up [babashka](https://github.com/babashka/babashka) for using
in Github Actions.

## Usage

See [action.yml](action.yml)

```yaml
steps:
# ...
- name: Install babashka
uses: just-sultanov/setup-babashka@v2
with:
version: '0.4.6'

- name: Run babashka
run: bb --version
```

## License

The scripts and documentation in this project are released under
the [MIT License](LICENSE).