mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
* ci(cache): improve ci cache in ci pipeline * refactor: use composite actions for ci jobs * refactor: use composite action for node/pnpm setup * refactor(ci): improve cache restore logic in ci pipeline * fix(ci): fix ci node_modules cache handling * fix(ci): improve ci pipeline cache * fix(ci): fix ci pipeline cache * fix(ci): upload cache properly * fix(ci): add restore key * refactor(ci): use matrix for simplified jobs * refactor(ci): use matrix for simplified jobs * fix(ci): remove problematic restore-keys from node_modules cache * fix(ci): reorder cache logic * chore: move turbo to dependency * chore: update CI pipeline for improved testing workflow * refactor(ci): enhance CI pipeline with matrix strategy for quality checks and cache management * fix(ci): add restore-keys for improved cache efficiency * fix(ci): add restore-keys for improved cache efficiency * fix(ci): update cache action to use restore for node_modules
99 lines
1.8 KiB
JSON
99 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
|
"language": "en,es",
|
|
"files": ["**/*.{ts,js,astro,html,css,json,yml,yaml,md}"],
|
|
"words": [
|
|
"adam",
|
|
"AMOLED",
|
|
"Astronav",
|
|
"Briel",
|
|
"brhm",
|
|
"Brhm",
|
|
"bryan",
|
|
"Canoa",
|
|
"canoa",
|
|
"cfasync",
|
|
"createdAsc",
|
|
"createdDefault",
|
|
"createdDesc",
|
|
"daniel",
|
|
"FMPEG",
|
|
"ferrocyante",
|
|
"flatpaks",
|
|
"Galdámez",
|
|
"García",
|
|
"Garro",
|
|
"isnan",
|
|
"itro",
|
|
"jace",
|
|
"Jace",
|
|
"jafeth",
|
|
"Jafeth",
|
|
"jank",
|
|
"Jokagi",
|
|
"junicode",
|
|
"Junicode",
|
|
"kristijanribaric",
|
|
"Kristijan",
|
|
"laggy",
|
|
"larvey",
|
|
"Larvey",
|
|
"linuxarmsum",
|
|
"linuxsum",
|
|
"linaarchsum",
|
|
"mfsa",
|
|
"mozilla",
|
|
"Nehalem",
|
|
"NSIS",
|
|
"OCSP",
|
|
"oscar",
|
|
"Otero",
|
|
"patreon",
|
|
"Pdzly",
|
|
"Ribaric",
|
|
"taroj",
|
|
"Turborepo",
|
|
"testid",
|
|
"theming",
|
|
"tuta",
|
|
"tsconfigs",
|
|
"unfloatable",
|
|
"unfocusing",
|
|
"updatedAsc",
|
|
"updatedDefault",
|
|
"updatedDesc",
|
|
"VAAPI",
|
|
"wmfcdm",
|
|
"XPCOM",
|
|
"xmark",
|
|
"yumemi",
|
|
"zsync"
|
|
],
|
|
"flagWords": [],
|
|
"ignorePaths": [
|
|
"node_modules/**",
|
|
".git/**",
|
|
"dist/**",
|
|
"build/**",
|
|
".astro/**",
|
|
"coverage/**",
|
|
"playwright-report/**",
|
|
"test-results/**",
|
|
"*.min.js",
|
|
"*.bundle.js",
|
|
"package-lock.json",
|
|
"yarn.lock",
|
|
"pnpm-lock.yaml"
|
|
],
|
|
"allowCompoundWords": true,
|
|
"dictionaries": ["typescript", "node", "html", "css", "bash", "npm", "es-es"],
|
|
"import": [
|
|
"@cspell/dict-typescript/cspell-ext.json",
|
|
"@cspell/dict-node/cspell-ext.json",
|
|
"@cspell/dict-html/cspell-ext.json",
|
|
"@cspell/dict-css/cspell-ext.json",
|
|
"@cspell/dict-bash/cspell-ext.json",
|
|
"@cspell/dict-npm/cspell-ext.json",
|
|
"@cspell/dict-es-es/cspell-ext.json"
|
|
]
|
|
}
|