Skip to content

Commit c4898e9

Browse files
committed
lint-md: make sure to use Rscript
1 parent 6c5c296 commit c4898e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- uses: r-lib/actions/setup-r@v2
7575
- name: Lint
76-
run: .ci/lint.R .ci/linters/md . '[.]R?md$'
76+
run: Rscript .ci/lint.R .ci/linters/md . '[.]R?md$'

0 commit comments

Comments
 (0)