Setup The
ActionsTags
(2)This action provides the following functionality for GitHub Actions users:
- Downloads, caches, and adds The programming language to the PATH
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.
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.