From df5f6466ea429eba9794bca5131d514b65d1edbc Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:42:42 +0200 Subject: [PATCH] remove steps labels for consistency; lint --- .github/workflows/rhub.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 7fdcb07f..ca534777 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -13,7 +13,7 @@ on: required: false inputs: config: - description: 'A comma separated list of R-hub platforms to use.' + description: "A comma separated list of R-hub platforms to use." type: string # These platforms correspond roughly to CRAN package checks. # More information: https://github.com/insightsengineering/idr-tasks/issues/781 @@ -58,10 +58,10 @@ jobs: platforms: ${{ steps.rhub-setup.outputs.platforms }} steps: - - uses: r-hub/actions/setup@v1 - with: - config: ${{ inputs.config }} - id: rhub-setup + - uses: r-hub/actions/setup@v1 + with: + config: ${{ inputs.config }} + id: rhub-setup linux-containers: needs: setup @@ -94,8 +94,7 @@ jobs: with: job-config: ${{ matrix.config.job-config }} - - name: Prepare DESCRIPTION file - uses: insightsengineering/setup-r-dependencies@v1 + - uses: insightsengineering/setup-r-dependencies@v1 with: lookup-refs: ${{ inputs.lookup-refs }} skip-install: true @@ -146,8 +145,7 @@ jobs: with: job-config: ${{ matrix.config.job-config }} - - name: Setup R dependencies - uses: insightsengineering/setup-r-dependencies@v1 + - uses: insightsengineering/setup-r-dependencies@v1 with: lookup-refs: ${{ inputs.lookup-refs }} skip-install: true