Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Polish, prune, and reuse workflows
Browse files Browse the repository at this point in the history
maurolepore committed May 25, 2024
1 parent 37c1ffa commit 3c5cb56
Showing 3 changed files with 13 additions and 108 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/R-CMD-check_tilt-devel.yaml

This file was deleted.

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-workflow-passing-data:
uses: 2DegreesInvesting/tiltDevTools/.github/workflows/reusable-R-CMD-check.yaml@main
secrets: inherit

0 comments on commit 3c5cb56

Please sign in to comment.