Skip to content

Commit

Permalink
Merge pull request #319 from UCD-SERG/fix-lint-changed
Browse files Browse the repository at this point in the history
do the install
  • Loading branch information
d-morrison authored Nov 6, 2024
2 parents afd8d4f + 897e936 commit e2298ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
cat('\noptions(lintr.linter_file = ".lintr")\n', file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- name: Install package
run: R CMD INSTALL .

- name: Extract and lint files changed by this PR
run: |
files <- gh::gh("GET https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files")
Expand Down

0 comments on commit e2298ff

Please sign in to comment.