Skip to content

Commit 8163318

Browse files
Merge pull request #621 from lorenzwalthert/hook-dependencies-update
Hook dependencies update
2 parents 5aeca19 + 78a7e38 commit 8163318

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/hook-dependencies-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
[1]: https://github.com/peter-evans/create-pull-request
4545
4646
- name: Push latest tag
47-
run: >
47+
run: |
4848
Rscript -e "install.packages('desc')"
4949
TAG="v$(Rscript -e 'cat(as.character(desc::desc_get_version()))')"
5050
git tag $TAG

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: precommit
22
Title: Pre-Commit Hooks
3-
Version: 0.4.3.9005
3+
Version: 0.4.3.9006
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <[email protected]>
66
Description: Useful git hooks for R building on top of the multi-language

inst/pre-commit-config-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9003
5+
rev: 0.4.3.9006
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

inst/pre-commit-config-proj.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9003
5+
rev: 0.4.3.9006
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)