Raise SL_MAX_TIPS from 2048 to 32768 (#265) #78
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: Test R-universe | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| paths-ignore: | |
| - "Meta**" | |
| - "memcheck**" | |
| - "docs**" | |
| - "**.git" | |
| - "**.json" | |
| - "**.md" | |
| - "**.yaml" | |
| - "**.yml" | |
| - "!**r-universe-text.yml" | |
| - "**.R[dD]ata" | |
| - "**.Rpro*" | |
| pull_request: | |
| branches: | |
| - main | |
| - master | |
| paths-ignore: | |
| - "Meta**" | |
| - "memcheck**" | |
| - "docs**" | |
| - "**.git" | |
| - "**.json" | |
| - "**.md" | |
| - "**.yaml" | |
| - "**.yml" | |
| - "!**r-universe-text.yml" | |
| - "**.R[dD]ata" | |
| - "**.Rpro*" | |
| jobs: | |
| build: | |
| name: R-universe testing | |
| uses: r-universe-org/workflows/.github/workflows/build.yml@v3 | |
| with: | |
| universe: ${{ github.repository_owner }} |