소스 검색
Merge pull request #1939 from etkecc/add-ansible-lint
add ansible-lint; cleanup yamllint
pull/1947/head
Slavi Pantaleev
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
11개의 추가작업 그리고
3개의 파일을 삭제
-
.github/workflows/matrix.yml
|
|
|
@@ -7,10 +7,18 @@ on: # yamllint disable-line rule:truthy |
|
|
|
|
|
|
|
jobs: |
|
|
|
yamllint: |
|
|
|
name: 🧹 yamllint |
|
|
|
name: yamllint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: ⤵️ Check out configuration from GitHub |
|
|
|
- name: Check out |
|
|
|
uses: actions/checkout@v3 |
|
|
|
- name: 🚀 Run yamllint |
|
|
|
- name: Run yamllint |
|
|
|
uses: frenck/action-yamllint@v1.2.0 |
|
|
|
ansible-lint: |
|
|
|
name: ansible-lint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Check out |
|
|
|
uses: actions/checkout@v3 |
|
|
|
- name: Run ansible-lint |
|
|
|
uses: ansible-community/ansible-lint-action@main |