Skip to content

Commit

Permalink
ci: fix failure when checking CHANGELOG.md
Browse files Browse the repository at this point in the history
This file is generate so we do not need to run the formatter against it.
  • Loading branch information
lievenhey committed Apr 29, 2024
1 parent f1c8def commit 8a3db16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ repos:
entry: mdl
language: ruby
files: \.(md|mdown|markdown)$
exclude: CHANGELOG.md
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
hooks:
Expand Down

0 comments on commit 8a3db16

Please sign in to comment.