Skip to content

Setup The

Actions
Setup The environment by downloading and adding it to the PATH
v1.0.6
Latest
Star (1)

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

Setup The is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup The environment by downloading and adding it to the PATH
v1.0.6
Latest

Setup The is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.