Skip to content

Commit 5420a3e

Browse files
committed
Fix rchk
1 parent 3525c82 commit 5420a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rchk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Run rchk
3333
run: |
3434
PKG_TAR=$(ls *.tar.gz)
35-
Rscript -e 'rchk::rchk("$PKG_TAR")'
35+
rchk $PKG_TAR

0 commit comments

Comments
 (0)