From 6d6d2f0ca23ae333d7103de8c81d79e660e593f7 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:54:20 +0100 Subject: [PATCH] DX: run cSpell in VSCode on GitHub Actions configs --- .cspell.json | 7 ++++++- src/repoma/.template/.cspell.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cspell.json b/.cspell.json index c0097c96..5c95eb2c 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,6 +1,11 @@ { "version": "0.2", - "enableFiletypes": ["git-commit", "julia", "jupyter"], + "enableFiletypes": [ + "git-commit", + "github-actions-workflow", + "julia", + "jupyter" + ], "flagWords": [ "analyse", "colour", diff --git a/src/repoma/.template/.cspell.json b/src/repoma/.template/.cspell.json index 0d8d925a..fca346dd 100644 --- a/src/repoma/.template/.cspell.json +++ b/src/repoma/.template/.cspell.json @@ -1,6 +1,6 @@ { "version": "0.2", - "enableFiletypes": ["git-commit", "julia", "jupyter"], + "enableFiletypes": ["git-commit", "github-actions-workflow", "julia", "jupyter"], "flagWords": [ "analyse", "colour",