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