소스 검색
Merge pull request #2696 from spantaleev/dependabot/github_actions/frenck/action-yamllint-1.4.1
Bump frenck/action-yamllint from 1.4.0 to 1.4.1
pull/2697/head
Slavi Pantaleev
2 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/matrix.yml
|
|
|
@@ -13,7 +13,7 @@ jobs: |
|
|
|
- name: Check out |
|
|
|
uses: actions/checkout@v3 |
|
|
|
- name: Run yamllint |
|
|
|
uses: frenck/action-yamllint@v1.4.0 |
|
|
|
uses: frenck/action-yamllint@v1.4.1 |
|
|
|
ansible-lint: |
|
|
|
name: ansible-lint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|