Skip to content

Commit 3a123cf

Browse files
small typo
1 parent f813423 commit 3a123cf

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
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install dependencies
8888
run: Rscript -e 'remotes::install_deps(dependencies = TRUE)'
8989
- name: Check documentation and options consistency
90-
run: Rscript .ci/code-quality-checks.R
90+
run: Rscript .ci/check-options.R
9191
- name: Run R CMD check
9292
run: Rscript -e 'devtools::check()'
9393

0 commit comments

Comments
 (0)