Skip to content

feat: 添加对自定义仓库操作的支持(end),更新命令面板以包含用户定义的操作 #1147

feat: 添加对自定义仓库操作的支持(end),更新命令面板以包含用户定义的操作

feat: 添加对自定义仓库操作的支持(end),更新命令面板以包含用户定义的操作 #1147

Workflow file for this run

name: Format Check
on:
push:
branches: [develop]
pull_request:
branches: [develop]
workflow_dispatch:
workflow_call:
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Run formatting check
run: dotnet format --verify-no-changes src/SourceGit.csproj