瀏覽代碼

Merge pull request #141 from lwilson/issue-140

Issue #140: Changing ansible lint job name to ansible-lint
Lucas A. Wilson 4 年之前
父節點
當前提交
02810e1069
共有 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