소스 검색

Add ansible-lint in github actions

pull/1616/head
SkepticalWaves 4 년 전
committed by GitHub
부모
커밋
0f925368cf
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      .github/workflows/matrix.yml

+ 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"

불러오는 중...
취소
저장