build(deps): update dependency check-jsonschema to v0.37.1 #463
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: Read the Docs Pull Request Preview | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| paths: | |
| - .github/workflows/readthedocs-preview.yml | |
| - .readthedocs.yaml | |
| - Makefile | |
| - README.md | |
| - docs/** | |
| - pdm.dev.lock | |
| - pdm.lock | |
| permissions: | |
| pull-requests: write | |
| concurrency: | |
| cancel-in-progress: true | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| jobs: | |
| documentation-links: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Add Read the Docs preview's link to pull request | |
| uses: readthedocs/actions/preview@b8bba1484329bda1a3abe986df7ebc80a8950333 # v1.5 | |
| with: | |
| project-slug: ss-python |