diff --git a/.cspell.json b/.cspell.json index c9ac818cd..b1e051de8 100644 --- a/.cspell.json +++ b/.cspell.json @@ -50,8 +50,6 @@ "Yanis" ], "language": "en,en-US", - "ignorePaths": [ - ".cspell.json" - ], + "ignorePaths": [".cspell.json"], "useGitignore": true } diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 4ffefa2e9..8474788c0 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,4 +1,4 @@ -name: "Check spelling" +name: 'Check spelling' on: push: branches: [main]