Skip to content

docs: update readme

docs: update readme #4

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: kcl Installation
run: wget -q https://kcl-lang.io/script/install.sh -O - | /bin/bash
- uses: actions/setup-go@v1
with:
go-version: "1.19"
- name: kpm Installation
run: go install kcl-lang.io/kpm@latest
- name: Example tests
shell: bash -ieo pipefail {0}
run: PATH=$PATH:$HOME/go/bin ./scripts/test.sh