Skip to content

Commit 248cc29

Browse files
committed
Remove lookup-refs
1 parent f007348 commit 248cc29

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2727
with:
2828
deps-installation-method: setup-r-dependencies
29-
lookup-refs: |
30-
insightsengineering/formatters
3129
additional-env-vars: |
3230
_R_CHECK_CRAN_INCOMING_REMOTE_=false
3331
additional-r-cmd-check-params: --as-cran
@@ -50,8 +48,6 @@ jobs:
5048
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
5149
with:
5250
deps-installation-method: setup-r-dependencies
53-
lookup-refs: |
54-
insightsengineering/formatters
5551
additional-env-vars: |
5652
NOT_CRAN=true
5753
enforce-note-blocklist: true
@@ -73,8 +69,6 @@ jobs:
7369
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
7470
with:
7571
deps-installation-method: setup-r-dependencies
76-
lookup-refs: |
77-
insightsengineering/formatters
7872
additional-env-vars: |
7973
NOT_CRAN=true
8074
linter:
@@ -88,8 +82,6 @@ jobs:
8882
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
8983
with:
9084
deps-installation-method: setup-r-dependencies
91-
lookup-refs: |
92-
insightsengineering/formatters
9385
auto-update: true
9486
gitleaks:
9587
name: gitleaks 💧

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@ jobs:
2323
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2424
with:
2525
deps-installation-method: setup-r-dependencies
26-
lookup-refs: |
27-
insightsengineering/formatters
2826
default-landing-page: latest-tag
2927
additional-unit-test-report-directories: unit-test-report-non-cran

.github/workflows/scheduled.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,3 @@ jobs:
6969
)
7070
name: R-hub 🌐
7171
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
72-
with:
73-
lookup-refs: |
74-
insightsengineering/formatters

0 commit comments

Comments
 (0)