From ece9b1ed1d809e2af7affa17bc5cf6d49bc26639 Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Mon, 15 Jul 2024 10:38:42 +0200 Subject: [PATCH] only run roxygenise hook --- .github/workflows/end-to-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end-to-end.yml b/.github/workflows/end-to-end.yml index 16c686554..f24068081 100644 --- a/.github/workflows/end-to-end.yml +++ b/.github/workflows/end-to-end.yml @@ -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