Skip to content

Github action to install kmono cli

License

Notifications You must be signed in to change notification settings

kepler16/setup-kmono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kepler16/setup-kmono

This is a github action for setting up the kmono cli.

name: Workflow

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout git repo
      uses: actions/checkout@v4

    - name: Setup Kmono
      uses: kepler16/setup-kmono@v1
      with:
        version: latest