/setup-eli

Primary LanguageTypeScriptMIT LicenseMIT

setup-eli

Basic validation Validate 'setup-eli'

This action sets up a eli environment for use in actions by:

  • Optionally downloading and caching a version of eli by version and adding to PATH.

Usage

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-eli@v0
    with:
      eli-version: '0.29.1' # The eli version to download (if necessary) and use.
      prerelease: true # Whether to use a pre-release version of eli. (only aplicable if eli-version is latest)
  - run: eli -v