---
name: Spell Check
"on":
pull_request:
push:
branches: [main, master]
workflow_dispatch:
permissions:
contents: read
jobs:
typos:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout repository
# v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check spelling with typos
# master (latest)
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d
continue-on-error: true
with:
files: .
config: .typos.toml