Skip to content
Cédric Belin edited this page Apr 21, 2022 · 11 revisions

Set up your GitHub Actions workflow with a specific version of the HashLink VM.

Getting started

If you haven't used GitHub Actions before, be sure to check out the related documentation, as it explains how to create and configure a workflow.

Setup the HashLink VM in a workflow:

steps:
  - uses: cedx/setup-hashlink@v2
  - run: hl --version

Usage

A sample workflow can be found in this workflow.yaml file.

See also

Clone this wiki locally