Skip to content

Commit

Permalink
GHA v2 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Nov 19, 2021
1 parent c834573 commit 8128ef3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# 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: [main]
schedule:
- cron: '0 9 * * 1' # every monday
- cron: '0 9 * * 1' # every monday

name: Package checks

jobs:
## Needs custom setup. See ./docs/build-site.sh
# website:
# uses: rstudio/shinycoreci/.github/workflows/call-website.yaml@v1
# uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
routine:
uses: rstudio/shinycoreci/.github/workflows/call-routine.yaml@v1
uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1
R-CMD-check:
uses: rstudio/shinycoreci/.github/workflows/call-R-CMD-check.yaml@v1
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- badges: start -->
[![CRAN](https://www.r-pkg.org/badges/version/crosstalk)](https://CRAN.R-project.org/package=crosstalk)
[![R-CMD-check](https://github.com/rstudio/crosstalk/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/crosstalk/actions)
[![R-CMD-check](https://github.com/rstudio/crosstalk/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/crosstalk/actions)
<!-- badges: end -->

Crosstalk is a package for R that enhances the [htmlwidgets](http://www.htmlwidgets.org) package. It extends htmlwidgets with a set of classes, functions, and conventions for implementing cross-widget interactions (currently, linked brushing and filtering).
Expand Down

0 comments on commit 8128ef3

Please sign in to comment.