use setup python action
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 15s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 15s
This commit is contained in:
parent
ebcb6f20bd
commit
19b3d4d5db
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue