Skip to content

Commit

Permalink
Enable pre-commit stage for gitlint-ci hook
Browse files Browse the repository at this point in the history
Relates to jorisroovers#191, and specifically with making it easy to use gitlint with the https://pre-commit.ci CI service.
  • Loading branch information
dupuy committed Jan 21, 2024
1 parent 4d91197 commit fafeafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
entry: gitlint
always_run: true
pass_filenames: false
stages: [manual]
stages: [manual, pre-commit]

0 comments on commit fafeafc

Please sign in to comment.