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

Latest commit

 

History

10 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

仓库 files navigation

关于

Github Action to install kool.dev CLI tool.

Get kool to run on CI the environment just like you do locally.

For more information check Kool.dev website or the CLI repository on Github.

Supported Runners

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

Usage

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

on: [push, workflow_dispatch]

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

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

      - name: Checking kool.dev Version
        run: |
          kool --version
          kool start
          # ...

And you will get kool v3.x (latest version on the v3 series).

关于

Github Action to install kool.dev CLI

Topics

Resources

Stars

5 stars

关注者

2 watching

复刻s

发布

贡献者