Skip to content

Commit

Permalink
chore(pre-commit): speed-up
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Jun 17, 2024
1 parent 1c88bce commit ccf67ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,35 @@ repos:
hooks:
- id: gen-man
name: gen-man
files: ^rust/stackablectl/
language: system
entry: cargo xtask gen-man
stages: [commit, merge-commit, manual]
pass_filenames: false
- id: gen-comp
name: gen-comp
files: ^rust/stackablectl/
language: system
entry: cargo xtask gen-comp
stages: [commit, merge-commit, manual]
pass_filenames: false
- id: gen-openapi
name: gen-openapi
files: ^web/
language: system
entry: cargo xtask gen-openapi
stages: [commit, merge-commit, manual]
pass_filenames: false
- id: gen-ctl-readme
name: gen-ctl-readme
files: ^rust/stackablectl/
language: system
entry: cargo xtask gen-ctl-readme
stages: [commit, merge-commit, manual]
pass_filenames: false
- id: gen-docs
name: gen-docs
files: ^rust/stackablectl/
language: system
entry: cargo xtask gen-docs
stages: [commit, merge-commit, manual]
Expand Down

0 comments on commit ccf67ed

Please sign in to comment.