Avoid exception when unclosed directive container is found within another container and chunkDocument is empty (fixes #16, fixes micromark/micromark#173). #73
Workflow file for this run
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: bb | |
on: | |
issues: | |
types: [opened, reopened, edited, closed, labeled, unlabeled] | |
pull_request_target: | |
types: [opened, reopened, edited, closed, labeled, unlabeled] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: unifiedjs/beep-boop-beta@main | |
with: | |
repo-token: ${{secrets.GITHUB_TOKEN}} |