Skip to content

ci: add Typos spell-check workflow #1

ci: add Typos spell-check workflow

ci: add Typos spell-check workflow #1

Workflow file for this run

name: Typos
on:
pull_request:
push:
branches: [main, master]
permissions:
contents: read
concurrency:
group: typos-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
typos:
name: Spell check
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run typos
uses: crate-ci/typos@v1