feat(html): support canonical HTML document creation #581
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: Check Sprint | |
| on: | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] metadata-only automation; no PR code executed | |
| types: [opened, synchronize, reopened, ready_for_review, edited] | |
| branches: [main] | |
| permissions: {} | |
| jobs: | |
| check-sprint: | |
| if: ${{ !github.event.pull_request.draft }} | |
| uses: Mininglamp-OSS/.github/.github/workflows/reusable-check-sprint.yml@v1 | |
| with: | |
| pr-number: ${{ github.event.pull_request.number }} | |
| repo-name: ${{ github.repository }} | |
| secrets: | |
| PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }} |