Title here
Summary here
When coding in any language, it is always good to test our code. First on our machine, then in CIs (continuous integration environment, like GitHub CI, GitLab CI, Drone CI…).
You will want to use this action to be able to run ArkScript code in GitHub CIs.
- name: Setup ArkScript
uses: ArkScript-lang/setup-arkscript@master
with:
os: ubuntu-24.04
version: latest
stdlib_update: yes
ubuntu-latest
or macos-14
will work because only the part before the -
is used