We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f28de commit 2e77eb0Copy full SHA for 2e77eb0
.github/workflows/end-to-end.yml
@@ -69,11 +69,12 @@ jobs:
69
echo 'running R/test.R'
70
pre-commit run --files R/test.R
71
72
+ echo 'one' >> codemeta.json
73
+ cp tests/testthat/reference-objects/DESCRIPTION .
74
echo 'running DESCRIPTION'
75
pre-commit run --files DESCRIPTION
76
77
echo 'one' > README.Rmd
- echo 'one' >> codemeta.json
78
echo 'one' > README.md
79
git add README*
80
echo 'running README'
@@ -86,7 +87,6 @@ jobs:
86
87
rm -rf man/
88
mkdir -p man
89
cp tests/testthat/in/autoupdate.Rd man/
- cp tests/testthat/reference-objects/DESCRIPTION .
90
echo 'running _pkgdown.yml'
91
pre-commit run --files _pkgdown.yml
92
0 commit comments