Skip to content

chore(#35): Fix typo in docs and update config files #88

chore(#35): Fix typo in docs and update config files

chore(#35): Fix typo in docs and update config files #88

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2021-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: spellcheck
'on':
push:
pull_request:
jobs:
spellcheck:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.36.0