Skip to content

Commit f643089

Browse files
authored
Merge pull request #2359 from CosmWasm/mergify/bp/release/2.2/pr-2357
Limit typos CI to changed files (backport #2357)
2 parents 647c3cd + 9f1c890 commit f643089

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)