Skip to content

Commit

Permalink
Update r-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsyrgkanis authored Jul 2, 2024
1 parent c3afc73 commit aaf801a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/r-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ on:
push:
branches: [main, master, r-tests]
pull_request:
branches: [main, master, r-tests]
branches: [main, master]

name: lint

permissions: read-all

jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -20,10 +22,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::cyclocomp
r-lib/lintr
local::.
extra-packages: any::lintr, local::.
needs: lint

- name: Lint
Expand Down

0 comments on commit aaf801a

Please sign in to comment.