fixed linter workflow
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s
This commit is contained in:
parent
d9ca874aa9
commit
b72beca992
1 changed files with 3 additions and 1 deletions
|
@ -10,8 +10,10 @@ jobs:
|
||||||
- name: Lint YAML
|
- name: Lint YAML
|
||||||
uses: actions/yamllint@v3
|
uses: actions/yamllint@v3
|
||||||
|
|
||||||
- name: Upload Logs
|
- name: Save logs to file
|
||||||
run: echo ${{ steps.yaml-lint.outputs.logfile }}
|
run: echo ${{ steps.yaml-lint.outputs.logfile }}
|
||||||
|
|
||||||
|
- name: Upload logs
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue