Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
bold

GitHub Action

Setup Babashka - A Clojure babushka for the grey areas of Bash.

v1.1

Setup Babashka - A Clojure babushka for the grey areas of Bash.

bold

Setup Babashka - A Clojure babushka for the grey areas of Bash.

Setup your runner with babashka

Installation

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

              

- name: Setup Babashka - A Clojure babushka for the grey areas of Bash.

uses: turtlequeue/setup-babashka@v1.1

Learn more about this action in turtlequeue/setup-babashka

Choose a version

setup-babashka

This action sets up Babashka environment for using in GitHub Actions.

Usage

name: Simple example of using the babashka action

on: [push]

jobs:
  simple:
    runs-on: ubuntu-latest
    steps:
      - name: Setup Babashka
        uses: turtlequeue/setup-babashka@master
        with:
          babashka-version: 0.2.3

      - name: Check bb runs
        run: bb --version

Development

nvm use yarn install yarn package

License

Copyright © 2020 Turtlequeue Ltd

Distributed under the EPL License. See LICENSE.