Skip to content

Commit

Permalink
🔨 Schedule R CMD check (#43)
Browse files Browse the repository at this point in the history
* APIs can be volatile: breaking changes, discontinued endpoints etc.
The R CMD check is scheduled to run every mondays to continously
mmonitor the state of the APIs.

NOTE: This only checks API providers defined in test-CICD!
  • Loading branch information
serkor1 authored Jan 13, 2025
1 parent 924a5ab commit 460fe97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main, master, development, documentation]
pull_request:
branches: [main, master, development, documentation]
workflow_dispatch:
schedule:
- cron: '0 10 * * 1'

name: R-CMD-check

Expand Down

0 comments on commit 460fe97

Please sign in to comment.