mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 03:57:13 -05:00
Update .github/workflows/infra-ci-bucketed.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/infra-ci-bucketed.yml
vendored
2
.github/workflows/infra-ci-bucketed.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user