Skip to content

Commit

Permalink
Create call-r-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msupernaw committed Oct 11, 2023
1 parent 601e64d commit df74374
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/call-r-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Run r cmd check
name: call-r-cmd-check
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
workflow_dispatch:
# The default build trigger is to run the action on every push and pull request, for any branch
push:
# To run the default repository branch weekly on sunday, uncomment the following 2 lines
#schedule:
#- cron: '0 0 * * 0'
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/r-cmd-check.yml@main
with:
gha_timeout_minutes: 60

0 comments on commit df74374

Please sign in to comment.