Skip to content

Commit 1dd2976

Browse files
Need setup-r step for lint-md (#6724)
1 parent e0abdfc commit 1dd2976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@v4
73+
- uses: r-lib/actions/setup-r@v2
7374
- name: Lint
7475
run: for (f in list.files('.ci/linters/md', full.names=TRUE)) source(f)
7576
shell: Rscript {0}

0 commit comments

Comments
 (0)