Skip to content

Merge pull request #46 from h1alexbel/juries #50

Merge pull request #46 from h1alexbel/juries

Merge pull request #46 from h1alexbel/juries #50

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2021-2025 Yegor Bugayenko
# 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@v4
- uses: crate-ci/[email protected]
with:
config: ./.github/typos.toml