Skip to content

Commit 99bb9c8

Browse files
committed
use r-uni action
1 parent d01f37c commit 99bb9c8

2 files changed

Lines changed: 14 additions & 50 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/r-universe.yaml

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

0 commit comments

Comments
 (0)