Skip to content

fix(namespaces): unify namespace settings and improve naming readability #48

fix(namespaces): unify namespace settings and improve naming readability

fix(namespaces): unify namespace settings and improve naming readability #48

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-cli.sh -O - | /bin/bash
- name: Example tests
shell: bash -ieo pipefail {0}
run: ./scripts/test.sh