Bump sphinx-autobuild from 2021.3.14 to 2024.10.3 #32
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: giscus UUID Check | |
on: | |
workflow_dispatch: | |
repository_dispatch: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
uuid-check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: giscus identifier check | |
run: | | |
python3 scripts/giscus-uuid-check.py docs/source > /dev/null |