Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Kool Install

Actions
Install Kool CLI
v1
Star (4)

About

Github Action to install kool.dev CLI.

For more information check https://kool.dev or https://github.com/kool-dev/kool.

Supported Runners

This action is only available for Linux and macOS virtual environments.

Usage

Just use kool-dev/action@v1 at your action YAML configuration file:

on: [push, workflow_dispatch]

jobs:
  ci:
    name: CI
    runs-on: ubuntu-latest

    steps:
      - uses: kool-dev/action@v1

      - name: Checking kool.dev Version
        run: kool --version

Kool Install 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

Install Kool CLI
v1

Kool Install 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.