fixed syntax error in workflow file
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 2s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 2s
This commit is contained in:
parent
078eebdd9f
commit
ac09bf7385
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Linter
|
- name: Install Linter
|
||||||
runs: sudo apt-get install yamllint
|
run: 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