Skip to content

Commit

Permalink
Update check.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu authored Oct 29, 2024
1 parent 2694f66 commit df4581d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
additional-r-cmd-check-params: --as-cran
Expand All @@ -44,6 +45,7 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
additional-env-vars: |
NOT_CRAN=true
enforce-note-blocklist: true
Expand All @@ -64,6 +66,7 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
additional-env-vars: |
NOT_CRAN=true
linter:
Expand All @@ -76,6 +79,7 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
auto-update: true
gitleaks:
name: gitleaks 💧
Expand Down

0 comments on commit df4581d

Please sign in to comment.