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 May 2, 2024
1 parent 3daa7a9 commit c3a7f27
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 c3a7f27

Please sign in to comment.