diff --git a/.github/workflows/prevent_typos.yaml b/.github/workflows/typos.yaml similarity index 68% rename from .github/workflows/prevent_typos.yaml rename to .github/workflows/typos.yaml index fe11b34147a..f20d9324e42 100644 --- a/.github/workflows/prevent_typos.yaml +++ b/.github/workflows/typos.yaml @@ -1,7 +1,7 @@ --- # See: https://github.com/crate-ci/typos/blob/master/docs/github-action.md -name: Prevent typos +name: typos on: push: @@ -11,10 +11,10 @@ on: workflow_dispatch: jobs: - check_typos: + typos: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@master + - uses: crate-ci/typos@v1.32.0 with: - config: .github/.typos_config.toml + config: .typos.toml diff --git a/.github/.typos_config.toml b/.typos.toml similarity index 100% rename from .github/.typos_config.toml rename to .typos.toml