Skip to content
code

GitHub Action

Setup The

v1.0.5 Latest version

Setup The

code

Setup The

Setup The environment by downloading and adding it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup The

uses: thelang-io/setup-the@v1.0.5

Learn more about this action in thelang-io/setup-the

Choose a version

setup-the

test

This action provides the following functionality for GitHub Actions users:

  • Downloads, caches, and adds The programming language to the PATH

Usage

See action.yml

steps:
  - uses: actions/checkout@v4

  - uses: actions/setup-the@v1
    with:
      # Version of The programming language.
      # Needs to be exact version, will not work otherwise.
      # Examples: 0.13.0, 0.13.1, latest
      the-version: 0.13.0

  - run: npm ci
  - run: npm test

The the-version input is optional. If not supplied, the latest version will be installed.

License

The scripts and documentation in this project are released under the MIT License