simplified action
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
e7969d29d0
commit
92a1b29429
1 changed files with 1 additions and 4 deletions
|
@ -15,12 +15,9 @@ jobs:
|
||||||
id: yaml-lint
|
id: yaml-lint
|
||||||
uses: actions/yamllint@v3
|
uses: actions/yamllint@v3
|
||||||
|
|
||||||
- name: Save logs to file
|
|
||||||
run: echo ${{ steps.yaml-lint.outputs.logfile }}
|
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: linter-logfile
|
name: logs
|
||||||
path: ${{ steps.yaml-lint.outputs.logfile }}
|
path: ${{ steps.yaml-lint.outputs.logfile }}
|
||||||
|
|
Loading…
Reference in a new issue