Removed type annotations from Enum to make mypy happy #562
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: Documentation Check | |
on: [push, pull_request] | |
jobs: | |
markdown-link-check: | |
name: Check markdown links | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- uses: gaurav-nelson/github-action-markdown-link-check@v1 |