Skip to content

Commit e444f7c

Browse files
change typos workflow (#766)
1 parent 1a7d337 commit e444f7c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# See: https://github.com/crate-ci/typos/blob/master/docs/github-action.md
33

4-
name: Prevent typos
4+
name: typos
55

66
on:
77
push:
@@ -11,10 +11,10 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14-
check_typos:
14+
typos:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: crate-ci/typos@master
18+
- uses: crate-ci/typos@v1.32.0
1919
with:
20-
config: .github/.typos_config.toml
20+
config: .typos.toml
File renamed without changes.

0 commit comments

Comments
 (0)