Skip to content

Fix typos detected by typos workflow #8

Fix typos detected by typos workflow

Fix typos detected by typos workflow #8

Workflow file for this run

name: typos
on: [pull_request]
jobs:
check-typo:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check for Typos
uses: crate-ci/[email protected]