The Action in this Repository will install the technique binary onto your GitHub Actions runner so you can use the Technique language in your own Workflows.
- name: Install Technique
uses: technique-lang/setup-actionIf you wish to specifiy a specific version be intalled, you can use:
- name: Install Technique
uses: technique-lang/setup-action
with:
version: 0.6.5