Skip to content

Releases: jbangdev/setup-jbang

v0.1.1

18 Jul 13:44
Compare
Choose a tag to compare

v0.1.0

18 Jul 13:34
Compare
Choose a tag to compare

The first release of much simpler GitHub Action for JBang that setup's jbang cli on GitHub Actions.

Simply use:

- name: Setup JBang
        uses: jbangdev/setup-jbang@main

and you can use jbang in any following command in the same job.