Skip to content
play

GitHub Action

Setup babashka

v2 Latest version

Setup babashka

play

Setup babashka

Provision hosted runner with a babashka

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup babashka

uses: just-sultanov/setup-babashka@v2

Learn more about this action in just-sultanov/setup-babashka

Choose a version

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.