Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove steps labels for consistency; lint #256

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading