Skip to content

Initial kini documentation #664

Initial kini documentation

Initial kini documentation #664

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: make lint
run: make lint
- name: make test
run: make test
- name: make kini
run: |
make kini
./bin/kini --help