mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-13 04:02:00 +00:00
c53cb5c710
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.12.7 to 1.12.8. - [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.7...v1.12.8) --- 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.12.8
|