Skip to content

alis-is/setup-eli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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