Skip to content

Commit

Permalink
maybe it should be in this form
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Aug 9, 2024
1 parent 6ce6fdf commit f7fc2f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
if: always()
uses: r-lib/actions/check-r-package@v2
with:
args: '"--no-tests --no-manual --as-cran"'
args:
'"--no-tests"'
'"--no-manual"'
'"--as-cran"'

- name: Lint
if: always()
Expand Down

0 comments on commit f7fc2f9

Please sign in to comment.