Skip to content

Commit

Permalink
Merge pull request #320 from UCD-SERG/check-lint
Browse files Browse the repository at this point in the history
test
  • Loading branch information
d-morrison authored Nov 6, 2024
2 parents e2298ff + 2614e0b commit abb4ffd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@HEAD
with:
packages: |
extra-packages: |
any::gh
any::lintr
any::purrr
needs: lint

- name: Add lintr options
run: |
Expand Down

0 comments on commit abb4ffd

Please sign in to comment.