Skip to content

Commit

Permalink
close #74
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Nov 1, 2024
1 parent 429d072 commit 5b0db27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 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/tern
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/tern
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
NOT_CRAN=true
enforce-note-blocklist: true
Expand All @@ -66,6 +76,11 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
NOT_CRAN=true
linter:
Expand All @@ -78,6 +93,11 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/rtables
insightsengineering/formatters
auto-update: true
gitleaks:
name: gitleaks 💧
Expand Down
14 changes: 0 additions & 14 deletions staged_dependencies.yaml

This file was deleted.

0 comments on commit 5b0db27

Please sign in to comment.