added step to install the linter
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 0s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 0s
This commit is contained in:
parent
b72beca992
commit
078eebdd9f
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Linter
|
||||||
|
runs: sudo apt-get install yamllint
|
||||||
|
|
||||||
- name: Lint YAML
|
- name: Lint YAML
|
||||||
uses: actions/yamllint@v3
|
uses: actions/yamllint@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue