Skip to content

Better mutants testing #45

Better mutants testing

Better mutants testing #45

Workflow file for this run

name: Typos
on: [pull_request]
jobs:
run:
name: Spell check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master