Skip to content

Commit

Permalink
remove steps labels for consistency; lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Oct 1, 2024
1 parent 2b14299 commit df5f646
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit df5f646

Please sign in to comment.