1 parent f26c080 commit 74fccb9Copy full SHA for 74fccb9
1 file changed
.github/workflows/r-universe.yaml
@@ -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