Skip to content

Commit 4057f4c

Browse files
committed
ci: 🐛 this can't be a yaml list
1 parent 17b53d9 commit 4057f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/R-CMD-check.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- uses: r-lib/actions/setup-r-dependencies@v2
2424
with:
2525
extra-packages: any::rcmdcheck
26-
needs:
27-
- check
28-
- tests
26+
needs: |
27+
check
28+
tests
2929
3030
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)