Skip to content

Commit 478eb89

Browse files
committed
Remove duplicated lintr step
1 parent 961816c commit 478eb89

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/r.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -331,24 +331,6 @@ jobs:
331331
check_dir = 'check',
332332
timeout = 3600
333333
)
334-
- name: Run lintr
335-
if: ${{ matrix.config.rversion == 'release' }}
336-
env:
337-
NOT_CRAN: "true"
338-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
339-
shell: Rscript {0}
340-
working-directory: r
341-
run: |
342-
Sys.setenv(
343-
RWINLIB_LOCAL = file.path(Sys.getenv("GITHUB_WORKSPACE"), "r", "windows", "libarrow.zip"),
344-
MAKEFLAGS = paste0("-j", parallel::detectCores()),
345-
ARROW_R_DEV = TRUE,
346-
"_R_CHECK_FORCE_SUGGESTS_" = FALSE
347-
)
348-
# we use pak for package installation since it is faster, safer and more convenient
349-
pak::local_install()
350-
pak::pak("lintr")
351-
lintr::expect_lint_free()
352334
- name: Dump install logs
353335
shell: cmd
354336
run: cat r/check/arrow.Rcheck/00install.out

0 commit comments

Comments
 (0)