Skip to content

Commit

Permalink
using pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Jan 10, 2024
1 parent 54a42f3 commit 34af760
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^_pkgdown\.yml$
^codemeta\.json$
^data-raw$
^\.pre-commit-config\.yaml$
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9027
hooks:
- id: readme-rmd-rendered
- id: codemeta-description-updated
- id: pkgdown

0 comments on commit 34af760

Please sign in to comment.