Skip to content

APIM recommendations are PG verified now and updates for stv1 retirement #354

APIM recommendations are PG verified now and updates for stv1 retirement

APIM recommendations are PG verified now and updates for stv1 retirement #354

name: Validate YAML Recommendations
on:
pull_request:
branches:
- main
- dev-tools
paths:
- '**/*.yaml'
workflow_dispatch: {}
jobs:
yaml_file_check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Run YAML file check
run: |
python -u .github/scripts/validate-yaml-recommendations.py