Skip to content

Commit

Permalink
rm staged dep (#170)
Browse files Browse the repository at this point in the history
close #169
  • Loading branch information
shajoezhu authored Oct 29, 2024
1 parent 4a6e22a commit 7436845
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,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 @@ -46,6 +47,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 @@ -67,6 +69,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 @@ -78,6 +81,8 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/roxygen.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
gitleaks:
name: gitleaks 💧
uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main
Expand Down
12 changes: 0 additions & 12 deletions staged_dependencies.yaml

This file was deleted.

0 comments on commit 7436845

Please sign in to comment.