This commit is contained in:
@ -9,7 +9,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Install yamllint
|
||||
run: |
|
||||
pip install yamllint
|
||||
|
||||
- name: Validate YAML files
|
||||
run: |
|
||||
yamllint -c .yamllint .
|
||||
|
Reference in New Issue
Block a user