Skip to content

Commit

Permalink
Adding filter to we only check for spelling in changed Markdownfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jan 23, 2024
1 parent bde12b7 commit 7b1ab65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: tj-actions/changed-files@v42
- name: Get all changed markdown files
uses: tj-actions/changed-files@v42
id: changed_files
with:
files: |
**.md
- name: Run Spellcheck
id: spellcheck
Expand Down

0 comments on commit 7b1ab65

Please sign in to comment.