Skip to content

Commit 80473e1

Browse files
authored
Merge pull request #2357 from CosmWasm/co/limit-typos-to-changed-files
Limit typos CI to changed files
2 parents 9d5bfef + 9dcb511 commit 80473e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/typo-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
18+
- id: files
19+
uses: tj-actions/changed-files@v45
1820
- name: Run spell-check
1921
uses: crate-ci/typos@master
22+
with:
23+
files: ${{ steps.files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)