Skip to content

Commit

Permalink
Only run typos on changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jan 29, 2025
1 parent c365711 commit 8b72ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/typo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- id: files
uses: tj-actions/changed-files@v45
- name: Run spell-check
uses: crate-ci/typos@master
with:
files: ${{ steps.files.outputs.all_changed_files }}

0 comments on commit 8b72ac0

Please sign in to comment.