Skip to content

update compile 优化对非公成员的脚本功能 #54

update compile 优化对非公成员的脚本功能

update compile 优化对非公成员的脚本功能 #54

Workflow file for this run

name: Command For PR
on:
pull_request:
types: [opened]
branches:
- dev**
jobs:
recommend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
#- name: 🔨 Setup .NET 6.X SDK
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: '6.x'
- name: 🌈 Recommend
run: dotnet test './test/workflow/Workflow.Runner' --nologo -c Release
env:
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
PR_ID: ${{ github.event.pull_request.node_id }}
WORKER_NAME: CODE_COMMAND