Skip to content

Commit

Permalink
only run roxygenise hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jul 15, 2024
1 parent f869e14 commit ece9b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
rm -rf man/
mkdir -p man
cp tests/testthat/in/autoupdate.Rd man/
SKIP=pkgdown,consistent-release-tag pre-commit run --files man/autoupdate.Rd
pre-commit run roxygenize --files man/autoupdate.Rd
git reset HEAD --hard # restore initial state
git clean -f
Expand Down

0 comments on commit ece9b1e

Please sign in to comment.