use pip instead of apt-get
Some checks reported warnings
Docker Compose Linter / Docker Compose Linter (push) Has been cancelled
Some checks reported warnings
Docker Compose Linter / Docker Compose Linter (push) Has been cancelled
This commit is contained in:
parent
613e24a6d0
commit
ac06584097
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue