Upgrade typos to v1.10.2 and run on pushes to main (#3838)

Signed-off-by: Aaron Raimist <aaron@raim.ist>
travis/extev/power-levels
Aaron Raimist 2 years ago committed by GitHub
parent 540fb185d5
commit 3ab1638b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,9 @@
name: Spell Check
on: [pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
run:
@ -10,6 +14,6 @@ jobs:
uses: actions/checkout@v2
- name: Check spelling of proposals
uses: crate-ci/typos@4253c3c3eeb21070d64586855b263ce9bc7224ae
uses: crate-ci/typos@9be36f97fdbe645ee9a12449fb13aca856c2516a
with:
config: ${{github.workspace}}/.github/_typos.toml

Loading…
Cancel
Save