Skip to content

Set up your GitHub Actions workflow with a specific version of Hurl

License

Notifications You must be signed in to change notification settings

nikeee/setup-hurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

setup-hurl

A GitHub Action to set up Hurl.

Getting Started

    - uses: nikeee/setup-hurl@v2
    - run: hurl --version

By default, the latest GitHub Release of Hurl will be used. If you need a specific version, you can pass a semver specifier:

    - uses: nikeee/setup-hurl@v2
      with:
        hurl-version: ^4.1.0
    - run: hurl --version

About

Set up your GitHub Actions workflow with a specific version of Hurl

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published