Skip to content

Use typos github action #77

Use typos github action

Use typos github action #77

Workflow file for this run

name: Spell Check with Typos
on:
push:
branches:
- 'main'
pull_request:
concurrency:
group: ${{ github.actor }}-${{ github.ref }}-typos
cancel-in-progress: true
permissions: write-all
jobs:
typos-check:
name: Check for new typos
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout the Checkout Actions Repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check spelling with typos
uses: crate-ci/[email protected]
with:
write_changes: true
config: ./.typos.toml
files: ./aspect