Skip to content

Commit 4355d1b

Browse files
authored
chore(ci): update spelling workflow (#718)
Co-authored-by: Oli Morris <[email protected]>
1 parent 729ad50 commit 4355d1b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/spelling.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
name: Spell Check with Typos
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- name: Checkout Actions Repository
17+
uses: actions/checkout@v4
18+
- name: Spell Check Repo
19+
uses: crate-ci/[email protected]
1720
with:
18-
persist-credentials: false
21+
config: ./spelling.toml
1922

20-
- name: Spell Check Repo
21-
uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
File renamed without changes.

0 commit comments

Comments
 (0)