Skip to content

Merge pull request #4859 from tihiyn/4654 #4211

Merge pull request #4859 from tihiyn/4654

Merge pull request #4859 from tihiyn/4654 #4211

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: typos
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
typos:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1.43.0
with:
config: ./.github/typos.toml