/setup-hurl

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

Primary LanguageTypeScriptMIT LicenseMIT

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