Substantially revamp Markdown processing #3715
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: Enforce issue references for TODOs | |
| on: | |
| push: | |
| paths: | |
| - '**.hs' | |
| branches: | |
| - main | |
| pull_request: | |
| paths: | |
| - '**.hs' | |
| branches: | |
| - main | |
| jobs: | |
| enforce-issue-references: | |
| name: Enforce issue references | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: | | |
| scripts/validate/issues-for-todos.sh |