[bug] fix: requirements.txt 添加 ruff,build_release.yml 与 check_fix_push.yml 均添加 Python 依赖安装 - #283
Closed
AliusCode wants to merge 0 commit into
Closed
[bug] fix: requirements.txt 添加 ruff,build_release.yml 与 check_fix_push.yml 均添加 Python 依赖安装#283AliusCode wants to merge 0 commit into
AliusCode wants to merge 0 commit into
Conversation
Owner
|
build_release 就负责 平时提的 PR 倒是需要检测 你那边执行 build_release 报错,是之前直接推送 “含有
你试试将原先的 - name: 推送代码到远程仓库
if: ${{ steps.commit.outcome == 'success' }}
run: |
# 关闭husky钩子执行,直接推送
HUSKY=0 git push origin ${{ github.ref_name }} --tags
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

fix: requirements.txt 添加 ruff,build_release.yml 与 check_fix_push.yml 均添加 Python 依赖安装
CLI 自动化无 python 依赖安装环节导致:
具体测试情况查看我 fork 仓库中的 Actions ,共6条(最早的6条,查看较晚会多出几条,是同步分支从上游拉取更新推送检查的 workflows ,不用管),6条依次分别为: