fix: Observe ancestor for IntersectionObserver on display:contents outputs #3456
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
| # Workflow derived from https://github.com/rstudio/shiny-workflows | |
| # | |
| # NOTE: This Shiny team GHA workflow is overkill for most R packages. | |
| # For most R packages it is better to use https://github.com/r-lib/actions | |
| on: | |
| push: | |
| branches: [main, rc-**] | |
| pull_request: | |
| branches: | |
| schedule: | |
| - cron: "0 5 * * 1" # every monday | |
| name: Package checks | |
| jobs: | |
| website: | |
| uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1 | |
| routine: | |
| uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1 | |
| R-CMD-check: | |
| uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1 |