From 6ca27572bc178c55cd5bbb938403ca59f6a89175 Mon Sep 17 00:00:00 2001 From: Dowon Date: Tue, 16 Apr 2024 21:17:21 +0900 Subject: [PATCH] chore(ci): add check-yaml hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3b0f8d..20cd974 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,7 @@ repos: - id: check-merge-conflict - id: check-case-conflict - id: check-ast + - id: check-yaml - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer