From df9cd361d74f61de5aa7b800e5fba576755ac3eb Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:27:33 +0900 Subject: [PATCH] ci: add spell-check local .cspell.json file (#96) Signed-off-by: Ryohsuke Mitsudome --- .cspell.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .cspell.json diff --git a/.cspell.json b/.cspell.json new file mode 100644 index 00000000..298e9d9f --- /dev/null +++ b/.cspell.json @@ -0,0 +1,6 @@ +{ + "_comment": "configuration file for spell-check workflow", + "ignorePaths": [], + "ignoreRegExpList": [], + "words": [] +}