You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Babashka - A Clojure babushka for the grey areas of Bash.
v1.3.0
This action sets up Babashka environment for using in GitHub Actions. So you can use a clojure interpreter in your CI environment.
name: Simple example of using the babashka action
on: [push]
jobs:
simple:
runs-on: ubuntu-latest
steps:
- name: Setup Babashka
uses: turtlequeue/setup-babashka@v1.2.1
with:
babashka-version: 0.3.0
- name: Check bb runs
run: bb --version
nvm use
yarn install
yarn package
Copyright © 2021 Turtlequeue Ltd
Distributed under the EPL License. See LICENSE.