Skip to content

Commit

Permalink
ci: merge typos into main tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 18, 2024
1 parent 608ddce commit 80a72db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,13 @@ jobs:
with:
name: mutants-${{matrix.test_tool}}-shard${{matrix.shard}}.out
path: mutants.out

typos:
name: Spell check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check spelling
uses: crate-ci/typos@master
13 changes: 0 additions & 13 deletions .github/workflows/typos.yml

This file was deleted.

0 comments on commit 80a72db

Please sign in to comment.