Skip to content

Commit 0ef16fb

Browse files
committed
chore: spell check hidden files
1 parent 146b38e commit 0ef16fb

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1818
jobs:
19-
# ======== caculate changes ========
19+
# ======== calculate changes ========
2020
changes:
2121
runs-on: ubuntu-latest
2222
outputs:

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1818
jobs:
19-
# ======== caculate changes ========
19+
# ======== calculate changes ========
2020
changes:
2121
runs-on: windows-latest
2222
outputs:

cspell.config.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const { banWords } = require('cspell-ban-words');
33
module.exports = {
44
version: '0.2',
55
language: 'en',
6-
files: ['**/*.{ts,tsx,js,jsx,md,mdx}'],
7-
enableFiletypes: ['mdx'],
6+
files: ['**/{*,.*}/**/*.{ts,tsx,js,jsx,md,mdx,yml,yaml}'],
7+
enableFiletypes: ['mdx', 'github-actions-workflow'],
88
ignoreRegExpList: [
99
// ignore markdown anchors such as [modifyRsbuildConfig](#modifyrsbuildconfig)
1010
'#.*?\\)',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"change": "changeset",
1313
"changeset": "changeset",
1414
"check-dependency-version": "check-dependency-version-consistency .",
15-
"check-spell": "npx cspell",
15+
"check-spell": "pnpx cspell",
1616
"lint": "biome check . --diagnostic-level=warn && pnpm run check-spell",
1717
"prebundle": "nx run-many -t prebundle",
1818
"prepare": "pnpm run build && simple-git-hooks",

scripts/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ craco
2525
crossorigin
2626
ctsx
2727
datauri
28+
dedupe
2829
deepmerge
2930
distpath
3031
docgen
3132
dogfooding
33+
dorny
3234
envinfo
3335
estree
3436
facti

0 commit comments

Comments
 (0)