mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-10 18:51:08 +00:00
43556b576d
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.13.4 to 1.13.6. - [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.13.4...v1.13.6) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
335 B
YAML
21 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.6
|