Skip to content

Commit

Permalink
Upgrade typos to v1.10.2 and run on pushes to main (#3838)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Raimist <aaron@raim.ist>
  • Loading branch information
aaronraimist committed Jun 26, 2022
1 parent 540fb18 commit 3ab1638
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Spell Check
on: [pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
run:
Expand All @@ -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

0 comments on commit 3ab1638

Please sign in to comment.