Skip to content

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

License

Notifications You must be signed in to change notification settings

just-sultanov/setup-babashka

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-babashka action status

setup-babashka

This action sets up babashka for using in Github Actions.

Usage

See action.yml

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.