Skip to content

f

f #54

Workflow file for this run

name: typos
"on":
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typos:
timeout-minutes: 10
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: crate-ci/typos@v1.38.1
with:
config: ./typos.toml