Skip to content

Commit

Permalink
Merge pull request #2357 from CosmWasm/co/limit-typos-to-changed-files
Browse files Browse the repository at this point in the history
Limit typos CI to changed files
  • Loading branch information
chipshort authored Jan 29, 2025
2 parents 9d5bfef + 9dcb511 commit 80473e1
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 80473e1

Please sign in to comment.