We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3b032 commit e41b58fCopy full SHA for e41b58f
2 files changed
.github/workflows/prevent_typos.yaml .github/workflows/typos.yaml.github/workflows/prevent_typos.yaml renamed to .github/workflows/typos.yaml
@@ -1,7 +1,7 @@
1
---
2
# See: https://github.com/crate-ci/typos/blob/master/docs/github-action.md
3
4
-name: Prevent typos
+name: typos
5
6
on:
7
push:
@@ -11,10 +11,10 @@ on:
11
workflow_dispatch:
12
13
jobs:
14
- check_typos:
+ typos:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: crate-ci/typos@master
+ - uses: crate-ci/typos@v1.32.0
19
with:
20
- config: .github/.typos_config.toml
+ config: .typos.toml
.github/.typos_config.toml .typos.toml.github/.typos_config.toml renamed to .typos.toml
0 commit comments