Github: Use pip install yamllint

This commit is contained in:
JordanTheToaster
2025-10-23 09:59:37 +01:00
committed by lightningterror
parent 8ba9bba094
commit a12f87fec2

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Packages
run: |
npm install -g ajv-cli prettier
sudo apt-get -y install yamllint
pip install yamllint
- name: Validate YAML
run: |