Skip to content

Commit 519b2e1

Browse files
committed
chore: simplify cspell action and test by changing an md file
1 parent 00ed769 commit 519b2e1

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version-file: package.json
17-
cache: npm
18-
- name: Install dependencies
19-
run: npm ci
2014
- uses: streetsidesoftware/cspell-action@v7
2115
with:
16+
config: ./cspell.config.yaml
2217
files: |
2318
**/*.md

docs/Features/Comparison/Addition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 10
44

55
# Addition
66

7-
_Makes an addition between two images._
7+
_Add two images together._
88

99
[🖼️ Image options and parameters of `add` method](https://image-js.github.io/image-js-typescript/classes/Image.html#add 'github.io link')
1010

0 commit comments

Comments
 (0)