added configuration to the linter
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 5s

This commit is contained in:
Seaswimmer 2023-10-21 13:27:36 -04:00
parent 794d64ea93
commit 6aa87f5bf5
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -1,5 +1,5 @@
name: Docker Compose Linter
on: [push]
on: [push] # yamllint disable-line rule:truthy
jobs:
Docker Compose Linter:
runs-on: docker
@ -14,6 +14,13 @@ jobs:
- name: Lint YAML
id: yaml-lint
uses: actions/yamllint@v3
with:
strict: true
config_data: |
extends: default
rules:
document-start: disable
line-length: disable
- name: Upload logs
uses: actions/upload-artifact@v3