Skip to content

Commit bc7a126

Browse files
authored
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

Diff for: .pre-commit-config.yaml

+4
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)