bit of ci
Some checks failed
CI / Test (pull_request) Failing after 1m25s

This commit is contained in:
2025-07-15 19:30:52 +02:00
parent 34d17a18af
commit fcaff53fb4
9 changed files with 975 additions and 15 deletions

12
cspell.code.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.2",
"language": "en-GB",
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./project-words.txt"
}
],
"dictionaries": ["project-words", "typescript"],
"ignorePaths": ["node_modules", "dist", "/project-words.txt"]
}