Skip to content

Commit

Permalink
Always run readme hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Nov 27, 2024
1 parent 5057435 commit f0544fc
Show file tree
Hide file tree
Showing 2 changed files with 836 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repos:
name: "render README.qmd as README.md"
entry: "./scripts/hooks/render-quarto-readme.sh"
language: script
always_run: false # only when README.qmd is modified
files: "README.?(q)md"
always_run: true

################################################################################
# PYTHON
################################################################################
Expand Down
Loading

0 comments on commit f0544fc

Please sign in to comment.