General changes for optimization and scalability #60
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Docs Coverage Check | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| docs-coverage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Setup | |
| uses: './.github/actions/cicd-setup' | |
| - name: Check docstring coverage | |
| run: interrogate --fail-under 95 freegsnke/ |