Skip to content

Commit 9639787

Browse files
restore (bad merge?)
1 parent d96356d commit 9639787

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- uses: r-lib/actions/setup-r@v2
6262
- name: Lint
63-
run: for (f in list.files('.ci/linters/md', full.names=TRUE)) source(f)
64-
shell: Rscript {0}
63+
run: Rscript .ci/lint.R .ci/linters/md . '[.]R?md$'
6564
lint-rd:
6665
runs-on: ubuntu-latest
6766
steps:

0 commit comments

Comments
 (0)