Skip to content

refactor: move kube volume function to utils #32

refactor: move kube volume function to utils

refactor: move kube volume function to utils #32

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
strategy:
matrix:
os: [macos-12, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: KCL Installation
run: wget -q https://kcl-lang.io/script/install-cli.sh -O - | /bin/bash
- name: Show KCL version
shell: bash -ieo pipefail {0}
run: kcl version
- name: Example tests
shell: bash -ieo pipefail {0}
run: ./scripts/test.sh