Skip to content

Commit 74fccb9

Browse files
committed
Test r-universe workflow
1 parent f26c080 commit 74fccb9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/r-universe.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Test R-universe
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
build:
9+
name: R-universe testing
10+
uses: r-universe-org/workflows/.github/workflows/build.yml@v3
11+
with:
12+
universe: bioc
13+
organization: bioc

0 commit comments

Comments
 (0)