소스 검색

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