Skip to content

Spell Check

Spell Check #186

Workflow file for this run

name: Test GitHub Action
on: [pull_request]
run-name: Spell Check
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for typos
uses: crate-ci/typos@master