From 9d5b4910e318011338ae8c3817f77f12d7ac0f06 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 6 Jun 2024 16:01:25 +0200 Subject: [PATCH] ci: :bug: this can't be a yaml list --- .github/workflows/R-CMD-check.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 1e33339..f2ac339 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -23,8 +23,8 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: extra-packages: any::rcmdcheck - needs: - - check - - tests + needs: | + check + tests - uses: r-lib/actions/check-r-package@v2