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.1
This action sets up Babashka environment for using in GitHub Actions.
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
nvm use yarn install yarn package
Copyright © 2020 Turtlequeue Ltd
Distributed under the EPL License. See LICENSE.