use python3 command instead of pip
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 3s

This commit is contained in:
Seaswimmer 2023-10-21 12:01:26 -04:00
parent 48ec3db27c
commit ebcb6f20bd
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -8,9 +8,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Linter - name: Install Linter
run: apt install python && pip install yamllint run: python3 -m pip install yamllint
- name: Lint YAML - name: Lint YAML
id: yaml-lint
uses: actions/yamllint@v3 uses: actions/yamllint@v3
- name: Save logs to file - name: Save logs to file