Skip to content

Lets Action

Actions
GitHub Action for Lets task runner
v1.1
Latest
Star (0)

lets-action

Github action to setup lets task runner

Usage

Workflow

name: lets

on:
  pull_request:
  push:

jobs:
  lets:
    runs-on: ubuntu-latest
    steps:
      -
        name: Checkout
        uses: actions/checkout@v2
      -
        name: Install Lets
        uses: lets-cli/lets-action@v1
        with:
          version: latest
      -
        name: Run Lets
        run: lets --version

Customizing

inputs

Following inputs can be used as step.with keys

Name Type Default Description

| version¹ | String | latest | Lets version | |

Lets Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for Lets task runner
v1.1
Latest

Lets Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.