rework #363; we really need to use NextMethod to avoid breaking quant… #263
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
on: [push, pull_request] | |
name: build | |
jobs: | |
build: | |
name: Check package | |
uses: r-quantities/workflows/.github/workflows/build.yml@main | |
secrets: inherit | |
quantities-devel: | |
name: Check upstream (devel) | |
needs: build | |
uses: r-quantities/workflows/.github/workflows/upstream.yml@main | |
with: | |
version: devel | |
quantities-cran: | |
name: Check upstream (CRAN) | |
needs: build | |
uses: r-quantities/workflows/.github/workflows/upstream.yml@main | |
with: | |
version: cran |