Skip to content

Repository files navigation

setup-arkscript

An action to be able to run ArkScript code in GitHub CIs.

Usage

- name: Setup ArkScriptuses: ArkScript-lang/setup-arkscript@masterwith:
os: ubuntu-24.04version: lateststdlib_update: yes

Inputs

  • os: OS ArkScript will be running on: linux (or ubuntu), windows, or macos.
    • Names like ubuntu-latest or macos-14 will work because only the part before the - is used
  • version: defaults to latest
    • latest will download the latest available release
    • any valid tag that exists on ArkScript-lang/Ark repository, eg v4.0.0-18
  • stdlib_update: defaults to no
    • yes: fetch the latest available ArkScript stdlib
    • no: do not update the stdlib and use the one bundled with the release

About

GitHub action to setup ArkScript in your project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages