whispering/.github/workflows/typos.yml
dependabot[bot] 1de4728ee5 Bump crate-ci/typos from 1.12.14 to 1.13.0
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.12.14 to 1.13.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.12.14...v1.13.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 16:03:13 +09:00

22 lines
335 B
YAML

---
# yamllint disable rule:line-length
name: Typos
on: # yamllint disable-line rule:truthy
push:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: typos-action
uses: crate-ci/typos@v1.13.0