Skip to content

refactor: code org

refactor: code org #8

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v1
with:
go-version: "1.21"
- uses: kcl-lang/actions@main
with:
subcommand: test