Skip to content

Commit

Permalink
add file scope
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJameson committed Aug 21, 2024
1 parent 5c3d82d commit 0c522d5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/spellcheck-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
fetch-depth: 0

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -26,6 +30,8 @@ jobs:
npm install -g @cspell/dict-en-common-misspellings
cspell link add @cspell/dict-en-common-misspellings
- name: Run CSpell
- name: Run CSpell Action
uses: streetsidesoftware/cspell-action@v6

id: cspell-action
with:
files: ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit 0c522d5

Please sign in to comment.