mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-26 02:51:05 +00:00
19 lines
299 B
YAML
19 lines
299 B
YAML
---
|
|
# yamllint disable rule:line-length
|
|
name: Typos
|
|
|
|
on: # yamllint disable-line rule:truthy
|
|
push:
|
|
pull_request:
|
|
branches:
|
|
- '**'
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: typos-action
|
|
uses: crate-ci/typos@v1.12.7
|