Skip to content

fix: Set recommendationTypeId to null for zone-redundant Load Balancer #939

fix: Set recommendationTypeId to null for zone-redundant Load Balancer

fix: Set recommendationTypeId to null for zone-redundant Load Balancer #939

name: Validate YAML Recommendations
on:
pull_request:
branches:
- main
- dev-tools
paths:
- '**/*.yaml'
workflow_dispatch: {}
permissions:
contents: read
jobs:
yaml_file_check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python 3.x
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: 3.x
- name: Run YAML file check
run: |
python -u .github/scripts/validate-yaml-recommendations.py