소스 검색
Add ansible-lint in github actions
pull/1616/head
SkepticalWaves
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
9개의 추가작업 그리고
0개의 파일을 삭제
-
.github/workflows/matrix.yml
|
|
|
@@ -14,3 +14,12 @@ jobs: |
|
|
|
uses: actions/checkout@v2.4.0 |
|
|
|
- name: 🚀 Run yamllint |
|
|
|
uses: frenck/action-yamllint@v1.1.2 |
|
|
|
ansiblelint: |
|
|
|
name: ansible-lint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Lint Ansible Playbook |
|
|
|
uses: ansible/ansible-lint-action@master |
|
|
|
with: |
|
|
|
targets: "setup.yml" |