Skip to content

Update favicon-16.png #15550

Update favicon-16.png

Update favicon-16.png #15550

name: Validate Manifest
permissions:
contents: read
on:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
- name: Set Up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install PyYAML
run: pip install pyyaml
- name: Run Manifest Validator
run: python docs/validators/validate_manifest.py