Skip to content

Commit

Permalink
DRY worfkow
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed May 25, 2024
1 parent db0c27a commit a6eff35
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/call-R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: R-CMD-check

jobs:
call:
uses: 2DegreesInvesting/tiltDevTools/.github/workflows/R-CMD-check.yaml@main
secrets: inherit

0 comments on commit a6eff35

Please sign in to comment.