GitHub Action
Setup The
v1.0.5
Latest version
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