Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Nov 6, 2024
1 parent e2298ff commit dfd1a8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
pull_request:
branches: [main, master]

name: lint-changed-files.yaml

Expand All @@ -19,10 +20,11 @@ jobs:

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

- name: Add lintr options
run: |
Expand Down

0 comments on commit dfd1a8e

Please sign in to comment.