Skip to content

Fixing description length of some index.md files #7

Fixing description length of some index.md files

Fixing description length of some index.md files #7

Workflow file for this run

name: Document Analyzer
on:
pull_request:
branches: [ main ]
jobs:
check-repositories:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run Document Analyzer
run: |
python .github/scripts/analyze_docs.py