action-yaml-format:重新格式化YAML文件

时间:2024-03-01 18:17:51
【文件属性】:

文件名称:action-yaml-format:重新格式化YAML文件

文件大小:27KB

文件格式:ZIP

更新时间:2024-03-01 18:17:51

Shell

重新格式化YAML文件 重新格式化YAML文件 去除尾随的白色 将制表符转换为空格 如何使用它? 这是Github动作,因此必须将其添加到github工作流程中。 在所有推送到存储库的所有操作上执行此操作的简单示例是在.github/workflows下添加一个带有以下内容的reformatsql.yml文件 on : [push] jobs : reformat-sql : runs-on : ubuntu-latest steps : # Checkout the source code so we have some files to look at. - uses : actions/checkout@v2 with : fetch-depth : 0 # Run the reformat ac


【文件预览】:
action-yaml-format-master
----.gitignore(6B)
----Dockerfile(109B)
----reformat(290B)
----LICENSE(1KB)
----CHANGELOG.md(686B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(2KB)
--------linters()
--------CODEOWNERS(105B)
--------labels.yml(2KB)
--------workflows()
--------pr-lint.yml(94B)
--------labeler.yml(614B)
--------dependabot.yml(801B)
----README.md(1KB)
----.gitleaks.toml(2KB)
----action.yml(161B)
----.editorconfig(16KB)

网友评论