Skip to content

Commit 239d225

Browse files
committed
WIP
1 parent a4524f6 commit 239d225

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/runner.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
4+
jobs:
5+
test:
6+
permissions:
7+
contents: read
8+
id-token: write
9+
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: r-lib/actions/setup-r@v2
14+
with:
15+
extra-repositories: https://mrc-ide.r-universe.dev
16+
- uses: mrc-ide/orderly-action@main
17+
with:
18+
packit-url: https://packit.dide.ic.ac.uk/reside

0 commit comments

Comments
 (0)