Skip to content

chore: bump kcl-go to v0.5.2 #76

chore: bump kcl-go to v0.5.2

chore: bump kcl-go to v0.5.2 #76

name: build-and-test
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Unit test
run: make test