use setup python action
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 15s

This commit is contained in:
Seaswimmer 2023-10-21 12:02:16 -04:00
parent ebcb6f20bd
commit 19b3d4d5db
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -7,8 +7,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
- name: Install Linter
run: python3 -m pip install yamllint
run: pip install yamllint
- name: Lint YAML
id: yaml-lint