Skip to content

Update README.md

Update README.md #14

name: Validate Inventory
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Validate README counts
run: python3 scripts/repo_inventory.py validate