qinglong/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: EOF
2021-06-15 10:00:35 -05:00

2 lines
968 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#这是一个基本的工作流可以帮助您开始使用操作n nnameci n#控件当操作运行时。非n#在推送或拉请求事件中触发工作流但只对主分支n推n分支[master]n拉请求n分支[master]n n#允许您从操作选项卡n工作流调度n#工作流运行由一个或多个作业组成这些作业可以顺序地或并行地运行n#此工作流包含一个名为“构建”n构建的单一作业n#--作业将在n个上运行的类型运行-onUbuntu-最新的n#步骤表示一系列任务这些任务将作为作业n步骤的一部分执行n#签出$GitHub_工作区下的存储库因此您的作业可以访问它的n-用途action/checkout@v2n#使用Runsshell n-name运行一个命令运行一个单行脚本n运行echo HelloworldN#使用Runers shell n-name运行一组命令运行多行脚本n runn echo添加其他要构建的操作、n回送测试和部署项目。