Skip to content

Commit e4004f7

Browse files
committed
ci: simplify since no github install anymore
1 parent 6e3bf74 commit e4004f7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
run: styler::style_dir(filetype=c('R', 'Rmd'), dry="fail")
4545

4646
- name: Build Package
47-
env:
48-
GITHUB_PAT: ''
49-
GITHUB_TOKEN: ''
50-
CI: ''
5147
shell: Rscript {0}
5248
run: |
5349
devtools::document()
@@ -62,9 +58,6 @@ jobs:
6258
- name: Check
6359
env:
6460
_R_CHECK_CRAN_INCOMING_REMOTE_: false
65-
GITHUB_PAT: ''
66-
GITHUB_TOKEN: ''
67-
CI: ''
6861
shell: Rscript {0}
6962
run: devtools::check(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")
7063

0 commit comments

Comments
 (0)