update HE 修复 控制台语法节点重构,增加 Async 命令解决 while 问题 #47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |