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 2e77eb0 commit fdc8597Copy full SHA for fdc8597
.github/workflows/end-to-end.yml
@@ -62,15 +62,16 @@ jobs:
62
- name: Run pre-commit
63
run: |
64
brew install pre-commit
65
- pre-commit install
+ pre-commit install --install-hooks
66
cat DESCRIPTION
67
68
echo "#' some code\n#'\n#' @param here.\n#' @name somethings\nNULL" > R/test.R # overwrite if anything there
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 .
+ sleep 1
74
+ echo 'one' >> codemeta.json
75
echo 'running DESCRIPTION'
76
pre-commit run --files DESCRIPTION
77
0 commit comments