Skip to content

Add typos config and ignore "Automattic" #8

Add typos config and ignore "Automattic"

Add typos config and ignore "Automattic" #8

Workflow file for this run

name: "Spelling"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"
jobs:
typos:
name: "Typos"
runs-on: "ubuntu-22.04"
steps:
-
name: "Check out repository"
uses: "actions/checkout@v3"
-
name: "Search for misspellings"
uses: "crate-ci/typos@master"