Rename group
/group_by
arguments into by
#858
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
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
# | ||
# R CMD Check will fail on a `NOTE`. | ||
on: | ||
pull_request: | ||
branches: [main, master] | ||
name: R-CMD-check-strict | ||
jobs: | ||
R-CMD-check-strict: | ||
uses: easystats/workflows/.github/workflows/R-CMD-check-strict.yaml@main | ||
Check failure on line 13 in .github/workflows/R-CMD-check-strict.yaml GitHub Actions / .github/workflows/R-CMD-check-strict.yamlInvalid workflow file
|