Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/just-sultanov/setup-babashka
Set up your GitHub Actions workflow with a specific version of babashka
https://github.com/just-sultanov/setup-babashka
babashka clojure clojurescript github-actions
Last synced: 3 months ago
JSON representation
Set up your GitHub Actions workflow with a specific version of babashka
- Host: GitHub
- URL: https://github.com/just-sultanov/setup-babashka
- Owner: just-sultanov
- License: mit
- Created: 2021-02-16T06:28:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T18:01:17.000Z (over 3 years ago)
- Last Synced: 2024-07-17T06:28:34.688Z (7 months ago)
- Topics: babashka, clojure, clojurescript, github-actions
- Language: TypeScript
- Homepage:
- Size: 518 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-babashka
This action sets up [babashka](https://github.com/babashka/babashka) for using
in Github Actions.## Usage
See [action.yml](action.yml)
```yaml
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](LICENSE).