Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc7a126

Browse files
authoredJan 13, 2024
exclude .github/workflow/*.yml
1 parent f3f6795 commit bc7a126

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ repos:
6565
hooks:
6666
- id: prettier
6767
types_or: [toml, yaml]
68+
exclude: |
69+
(?x)^(
70+
.github/workflow/*.yml
71+
)$

0 commit comments

Comments
 (0)
Please sign in to comment.