Install yamllint through apt
All checks were successful
continuous-integration/drone/pr Build is passing
Linting / yaml-lint (pull_request) Successful in 12s
continuous-integration/drone/push Build is passing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-04-16 19:55:00 +02:00
parent 9a43e64ac4
commit b9f5e93f41

View File

@@ -11,15 +11,10 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.12.3"
- name: Install yaml-lint # As yamllint action is a composite it does not install yamllint itself
run: |
python -m pip install --upgrade pip
pip install yamllint
apt update
apt install -y --no-install-recommends yamllint
- name: Lint with yaml-lint
uses: ibiqlik/action-yamllint@v3