From c0630255b374ef23deb85fdf394c6d1fe850cdb9 Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome Date: Wed, 6 Nov 2024 19:18:50 +0900 Subject: [PATCH] ci: add spell-check local .cspell.json file 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": [] +}