boxlang-runtime-github-actions
Installation
SKILL.md
BoxLang in GitHub Actions
Overview
The ortus-boxlang/setup-boxlang@main action installs and configures BoxLang
(and optionally CommandBox) in a GitHub Actions runner. It handles version
resolution, optional module installation, ForgeBox authentication and module
caching.
Quick Setup
- name: Setup BoxLang
uses: ortus-boxlang/setup-boxlang@main
with:
version: latest # or "snapshot" or "1.x.y"