Skip to content

Commit

Permalink
ci: 👷 更新CI:简化yml配置中的名称
Browse files Browse the repository at this point in the history
简化名称:去除空格——不建议在`name`中附带空格,会影响到shields.io中的badge链接
  • Loading branch information
ARCJ137442 committed Sep 13, 2024
1 parent a9abd11 commit 5df3f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI - test and lint
name: CI
# 🔗CI语法参考:https://docs.github.com/zh/actions/writing-workflows/workflow-syntax-for-github-actions
# ! 📌【2024-09-13 23:41:22】不建议在`name`中附带空格:会影响到shields.io中的badge链接

on:
push: # 推送到特定分支
Expand Down

0 comments on commit 5df3f71

Please sign in to comment.