From 3ab1638b56ecf5df303663da420b78cddb6d9c4a Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sun, 26 Jun 2022 20:27:26 +0000 Subject: [PATCH] Upgrade typos to v1.10.2 and run on pushes to main (#3838) Signed-off-by: Aaron Raimist --- .github/workflows/spell-check.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index 8a040510..7b1fd92d 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -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