Skip to content

Commit

Permalink
feat(ci): update tooling after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzig committed Jan 24, 2025
1 parent 32abb57 commit 071b62b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lefthook.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
rc: .config/lefthook.rc

post-checkout:
piped: true
commands:
update-tools:
priority: 1
glob: "mise.toml"
run: mise install
update-venv:
priority: 2
glob: "uv.lock"
run: uv sync
pre-commit:
Expand Down

0 comments on commit 071b62b

Please sign in to comment.