Skip to content

Commit c5090a3

Browse files
authored
Update cspell-action.yml
1 parent 0501986 commit c5090a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cspell-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
- name: Use Node.js
1414
uses: actions/[email protected]
15+
- name: Spell Check
16+
uses: streetsidesoftware/cspell-action@v1
1517
with:
16-
cache: npm
17-
18-
- uses: streetsidesoftware/cspell-action@v1
18+
files: "**"

0 commit comments

Comments
 (0)