Skip to content

Run crate-ci/typos in CI #6

Run crate-ci/typos in CI

Run crate-ci/typos in CI #6

Workflow file for this run

name: Spell Check
permissions:
contents: read
on: [pull_request]
jobs:
typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check spelling
uses: crate-ci/typos@master