Remove models.pyi stub file, add type hint directly to the main file #207
This file contains 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: Check links on push | |
on: push | |
permissions: # added using https://github.com/step-security/secure-repo | |
contents: read | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: gaurav-nelson/github-action-markdown-link-check@7d83e59a57f3c201c76eed3d33dff64ec4452d27 | |
with: | |
use-quiet-mode: "yes" | |
check-modified-files-only: "yes" | |
# Documentation available here: https://github.com/marketplace/actions/markdown-link-check |