GitHub Action
Setup babashka
v2
Latest version
This action sets up babashka for using in Github Actions.
See action.yml
steps:
# ...
- name: Install babashka
uses: just-sultanov/setup-babashka@v2
with:
version: '0.4.6'
- name: Run babashka
run: bb --version
The scripts and documentation in this project are released under the MIT License.