Skip to content

add kcl run ci for macos #4

add kcl run ci for macos

add kcl run ci for macos #4

Workflow file for this run

name: kcl run
on:
push:
branches:
- main
pull_request:
jobs:
kcl-run:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-14
steps:
- name: setup kcl
run: |
wget -q https://kcl-lang.io/script/install-cli.sh -O - | /bin/bash
- uses: actions/checkout@v4
- name: run
run: |
kcl run