Skip to content

Commit

Permalink
Merge branch 'add-user-error-message-for-missing-strata' of https://g…
Browse files Browse the repository at this point in the history
…ithub.com/UCD-SERG/serocalculator into add-user-error-message-for-missing-strata
  • Loading branch information
chrisorwa committed Nov 7, 2024
2 parents 4e2b8e9 + 4727731 commit 1cddf51
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 1cddf51

Please sign in to comment.