Skip to content

调整MySQL字符集。 🐔 #5

调整MySQL字符集。 🐔

调整MySQL字符集。 🐔 #5

Workflow file for this run

name: ci
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version:
6.0.x
7.0.x
8.0.x
- name: Install Cake.Tool
run: dotnet tool install -g Cake.Tool
- name: Build
run: dotnet cake