浏览代码
lint whitespace from ansible-lint.yml
pull/1488/head
Kim Brose
4 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
2 次插入 和
2 次删除
-
.github/workflows/ansible-lint.yml
|
|
|
@@ -4,7 +4,7 @@ on: [push, pull_request] |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
@@ -18,5 +18,5 @@ jobs: |
|
|
|
|
|
|
|
override-deps: | |
|
|
|
ansible-lint==5.3.1 |
|
|
|
|
|
|
|
|
|
|
|
args: "-x metadata, formatting" |