Skip to content

chore(deps): bump lewagon/wait-on-check-action from 1.6.0 to 1.7.0 #1242

chore(deps): bump lewagon/wait-on-check-action from 1.6.0 to 1.7.0

chore(deps): bump lewagon/wait-on-check-action from 1.6.0 to 1.7.0 #1242

---
# .github/workflows/check-docstrings.yml
name: Check Docstrings
on:
push:
branches: [main]
pull_request:
branches: ['**']
jobs:
check-docstrings:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Check docstring formatting
run: python .github/scripts/check_docstrings.py