Skip to content

chore: bump name to flask demo #2

chore: bump name to flask demo

chore: bump name to flask demo #2

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