We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96356d commit 9639787Copy full SHA for 9639787
.github/workflows/code-quality.yaml
@@ -60,8 +60,7 @@ jobs:
60
- uses: actions/checkout@v4
61
- uses: r-lib/actions/setup-r@v2
62
- name: Lint
63
- run: for (f in list.files('.ci/linters/md', full.names=TRUE)) source(f)
64
- shell: Rscript {0}
+ run: Rscript .ci/lint.R .ci/linters/md . '[.]R?md$'
65
lint-rd:
66
runs-on: ubuntu-latest
67
steps:
0 commit comments