use python3 command instead of pip
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 3s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 3s
This commit is contained in:
parent
48ec3db27c
commit
ebcb6f20bd
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Linter
|
||||
run: apt install python && pip install yamllint
|
||||
run: python3 -m pip install yamllint
|
||||
|
||||
- name: Lint YAML
|
||||
id: yaml-lint
|
||||
uses: actions/yamllint@v3
|
||||
|
||||
- name: Save logs to file
|
||||
|
|
Loading…
Reference in a new issue