Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kepler16/setup-kmono
Github action to install kmono cli
https://github.com/kepler16/setup-kmono
actions github-actions kmono
Last synced: about 2 months ago
JSON representation
Github action to install kmono cli
- Host: GitHub
- URL: https://github.com/kepler16/setup-kmono
- Owner: kepler16
- License: mit
- Created: 2024-09-05T11:21:31.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-25T14:00:29.000Z (4 months ago)
- Last Synced: 2024-11-29T16:03:05.411Z (about 2 months ago)
- Topics: actions, github-actions, kmono
- Language: TypeScript
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `@kepler16/setup-kmono`
This is a github action for setting up [the kmono cli](https://github.com/kepler16/kmono).
```yaml
name: Workflowon:
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
```