Skip to content

Commit

Permalink
close #1340, rm staged dep (#1344)
Browse files Browse the repository at this point in the history
# Pull Request

<!--- Replace `#nnn` with your issue link for reference. -->

Fixes #1340
  • Loading branch information
shajoezhu authored Oct 29, 2024
1 parent 7fb0fda commit 5f49c9d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 60 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/nestcolor
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
additional-r-cmd-check-params: --as-cran
Expand All @@ -46,6 +51,11 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/nestcolor
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
NOT_CRAN=true
Expand All @@ -69,6 +79,11 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/nestcolor
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
NOT_CRAN=true
linter:
Expand All @@ -81,6 +96,11 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/nestcolor
insightsengineering/rtables
insightsengineering/formatters
auto-update: true
gitleaks:
name: gitleaks 💧
Expand Down
60 changes: 0 additions & 60 deletions staged_dependencies.yaml

This file was deleted.

0 comments on commit 5f49c9d

Please sign in to comment.