Skip to content

Commit

Permalink
refactor: remove redundant check and upload steps from R-CMD-check wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
statnmap committed Jan 14, 2025
1 parent ac8f94f commit f9fa6a6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/R-CMD-check-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,6 @@ jobs:
remotes::install_github("ThinkR-open/lightparser", upgrade = "always")
shell: Rscript {0}

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} # Works on 'main' only
Expand Down

0 comments on commit f9fa6a6

Please sign in to comment.