Add fix for parser, changing internal markdown to html #118
Workflow file for this run
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: Missing alt text | |
| on: | |
| pull_request: | |
| branches: [ "main" ] | |
| types: [opened, synchronize] | |
| jobs: | |
| check-alt-text: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check markdown for alt text presence | |
| run: bash .github/scripts/alt_text.sh |