Pin typos to v1.10.2 and run on pushes to main (#1143)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
66a5920804
commit
0cec7c7f1b
1 changed files with 6 additions and 2 deletions
8
.github/workflows/spell-check.yaml
vendored
8
.github/workflows/spell-check.yaml
vendored
|
@ -1,5 +1,9 @@
|
||||||
name: Spell Check
|
name: Spell Check
|
||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
@ -10,6 +14,6 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Check spelling of proposals
|
- name: Check spelling of proposals
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@9be36f97fdbe645ee9a12449fb13aca856c2516a
|
||||||
with:
|
with:
|
||||||
config: ${{github.workspace}}/.github/_typos.toml
|
config: ${{github.workspace}}/.github/_typos.toml
|
Loading…
Add table
Add a link
Reference in a new issue