Skip to content

Commit

Permalink
Re #18 added lintr() to prchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollway committed Sep 24, 2020
1 parent 7d0d6dc commit 5777627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_cran("lintr")
shell: Rscript {0}

# - name:Document
Expand Down Expand Up @@ -93,3 +94,7 @@ jobs:

- name: Calculate code coverage
run: Rscript -e "covr::codecov()"

- name: Lint
run: lintr::lint_package()
shell: Rscript {0}

0 comments on commit 5777627

Please sign in to comment.