Skip to content

Commit adabdbf

Browse files
committed
chore: update workflow
1 parent 923c032 commit adabdbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
pull_request:
77
branches: [main, master]
88

9-
name: R-CMD-check
9+
name: R-CMD-check.yaml
10+
11+
permissions: read-all
1012

1113
jobs:
1214
R-CMD-check:
@@ -47,3 +49,4 @@ jobs:
4749
- uses: r-lib/actions/check-r-package@v2
4850
with:
4951
upload-snapshots: true
52+
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

0 commit comments

Comments
 (0)