浏览代码

Changing name of ansible lint job to ansible-lint (see #140)

Signed-off-by: Lucas A. Wilson <luke.wilson@dell.com>
Lucas A. Wilson 4 年之前
父节点
当前提交
fca7bf03a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ansible-lint.yml

+ 1 - 1
.github/workflows/ansible-lint.yml

@@ -7,7 +7,7 @@ on:
       - devel
 
 jobs:
-  build:
+  ansible-lint:
 
     runs-on: ubuntu-latest