Skip to content

technique-lang/setup-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Technique in GitHub Actions

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-action

If 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

About

Install Technique binary so it can be used in your GitHub Actions

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors