fixed linter workflow
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s

This commit is contained in:
Seaswimmer 2023-10-21 11:55:19 -04:00
parent d9ca874aa9
commit b72beca992
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -10,8 +10,10 @@ jobs:
- name: Lint YAML
uses: actions/yamllint@v3
- name: Upload Logs
- name: Save logs to file
run: echo ${{ steps.yaml-lint.outputs.logfile }}
- name: Upload logs
uses: actions/upload-artifact@v2
if: always()
with: