Browse Source

Merge pull request #141 from lwilson/issue-140

Issue #140: Changing ansible lint job name to ansible-lint
Lucas A. Wilson 4 years ago
parent
commit
02810e1069
1 changed files with 1 additions and 1 deletions
  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