https://github.com/zyedidia/setup-knit
GitHub Action for installing Knit
https://github.com/zyedidia/setup-knit
Last synced: 10 months ago
JSON representation
GitHub Action for installing Knit
- Host: GitHub
- URL: https://github.com/zyedidia/setup-knit
- Owner: zyedidia
- Created: 2023-01-19T23:56:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T02:08:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T09:56:27.226Z (12 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-knit
GitHub Action for installing [Knit](https://github.com/zyedidia/knit).
Usage:
```yaml
jobs:
test:
steps:
- uses: zyedidia/setup-knit@v1
```
Optional arguments:
* `go-version`: go version to install (default is `1.19.x`).
* `knit-version`: knit version to install (default is `latest`).