use pip instead of apt-get
Some checks reported warnings
Docker Compose Linter / Docker Compose Linter (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-10-21 12:09:12 -04:00
parent 613e24a6d0
commit ac06584097
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Linter
run: apt-get install yamllint
run: pip install yamllint
- name: Lint YAML
id: yaml-lint