fix: need yes flag
Node.js CI / CI (push) Failing after 13s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 48s

This commit is contained in:
2025-12-22 17:44:15 -08:00
parent 66e2087e24
commit ffb710894d
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Install yamllint
run: sudo apt-get update && sudo apt-get install yamllint
run: sudo apt-get update && sudo apt-get install -y yamllint
- name: Run Linter
run: make lint