added step to install the linter
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 0s

This commit is contained in:
SeaswimmerTheFsh 2023-10-21 11:57:23 -04:00
parent b72beca992
commit 078eebdd9f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -7,6 +7,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Linter
runs: sudo apt-get install yamllint
- name: Lint YAML
uses: actions/yamllint@v3