Skip to content

Commit

Permalink
close #940
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Oct 29, 2024
1 parent 5d29a34 commit 3466d4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 44 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
additional-r-cmd-check-params: --as-cran
Expand All @@ -46,6 +49,9 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
additional-env-vars: |
NOT_CRAN=true
enforce-note-blocklist: true
Expand All @@ -66,6 +72,9 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
additional-env-vars: |
NOT_CRAN=true
linter:
Expand All @@ -78,6 +87,9 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/formatters
auto-update: true
gitleaks:
name: gitleaks 💧
Expand Down
44 changes: 0 additions & 44 deletions staged_dependencies.yaml

This file was deleted.

0 comments on commit 3466d4a

Please sign in to comment.