Update .github/workflows/infra-ci-bucketed.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-17 22:41:52 -06:00
committed by GitHub
parent 4dbf54bbb8
commit e0fcf038fe

View File

@@ -32,7 +32,7 @@ jobs:
pip install yamllint
# Validate all YAML files
find .github -name "*.yml" -o -name "*.yaml" | xargs yamllint -d relaxed || true
find .github -name "*.yml" -o -name "*.yaml" | xargs yamllint -d relaxed
- name: Validate TOML files
run: |