Browse Source

Merge pull request #141 from lwilson/issue-140

Issue #140: Changing ansible lint job name to ansible-lint
Lucas A. Wilson 4 năm trước cách đây
mục cha
commit
02810e1069
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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