GitHub Actions
You can easily use
tea
in GitHub Actions:- uses: teaxyz/[email protected]
- Our action installs your dependencies and makes them and their environments available for the rest of the run.
- Our action has no dependencies and will work in very slim docker containers.
sh <(curl https://tea.xyz) --yes
set -a
tea -SE
Will export the environment for your developer environment.
Last modified 7d ago