ICC for beta_family
not accurate #742
#817
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
# Running tests with options(warn = 2) to fail on test warnings | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
name: check-vignette-warnings | |
jobs: | |
check-vignette-warnings: | |
uses: easystats/workflows/.github/workflows/check-vignette-warnings.yaml@main |