Skip to content

Commit 9447fc3

Browse files
authored
Fix RMD CHECK workflows (#14)
* Fix R-cmd-check workflow
1 parent b3c6f3f commit 9447fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/r.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [main, master, badges_test]
3+
branches: [main, master, development]
44
pull_request:
5-
branches: [main, master, badges_test]
5+
branches: [main, master, development]
66

77
name: R-CMD-check
88

@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: r-lib/actions/setup-r-dependencies@v2
4141
with:
42-
extra-packages: any::rcmdcheck any::R.rsp
42+
extra-packages: any::rcmdcheck github::NINAnor/NinaR any::R.rsp
4343
needs: check
4444

4545

0 commit comments

Comments
 (0)