Skip to content

Commit

Permalink
update check yml (#9)
Browse files Browse the repository at this point in the history
close #3
  • Loading branch information
shajoezhu authored Nov 13, 2024
1 parent 9a5305e commit ed0e90b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
insightsengineering/rtables
insightsengineering/tern
insightsengineering/rlistings
enforce-note-blocklist: true
note-blocklist: |
checking dependencies in R code .* NOTE
Expand All @@ -43,6 +49,12 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
insightsengineering/rtables
insightsengineering/tern
insightsengineering/rlistings
additional-env-vars: |
NOT_CRAN=true
enforce-note-blocklist: true
Expand All @@ -63,6 +75,12 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
insightsengineering/rtables
insightsengineering/tern
insightsengineering/rlistings
additional-env-vars: |
NOT_CRAN=true
linter:
Expand All @@ -75,6 +93,12 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
insightsengineering/rtables
insightsengineering/tern
insightsengineering/rlistings
auto-update: true
gitleaks:
name: gitleaks 💧
Expand Down

0 comments on commit ed0e90b

Please sign in to comment.