Skip to content

Commit f74c939

Browse files
Merge pull request #100 from OxfordIHTM/dev
add r-universe-test.yml.
2 parents aebe63b + b0444ed commit f74c939

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)