tea & CI/CD
- uses: teaxyz/setup@v1
- run: tea [email protected] build
go build
will execute using go version ^1.20.- uses: teaxyz/setup@v1
with:
use: node@16
- run: node --version
node
v16 will be available in your job.- uses: actions/checkout@v3
- uses: teaxyz/setup@v1
The developer environment for your project will be available during the job.
eval "$(curl https://tea.xyz)"
tea
will be installed and integrated. Use as per general terminal guidelines, eg:tea +node@16
tea
can make it easy to use the GNU or BSD versions of core utilities across platforms.tea +gnu.org/coreutils ls
Last modified 19d ago