This commit is contained in:
parent
37e05e3eb1
commit
fb7b831c9f
@ -13,6 +13,6 @@ jobs:
|
|||||||
- name: Check out Repo code
|
- name: Check out Repo code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install yamllint
|
- name: Install yamllint
|
||||||
run: sudo apt-get install -y yamllint
|
run: apt install -y yamllint
|
||||||
- name: Validate YAML
|
- name: Validate YAML
|
||||||
run: yamllint .
|
run: yamllint .
|
||||||
|
Loading…
Reference in New Issue
Block a user