/
githubmirror
/
kmod
Обзор
Документация
Войти
/
githubmirror
/
kmod
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/codespell.yml
23 строки
567 B
dependabot[bot]
ci: bump the all-actions group across 1 directory with 5 updates
06 авг 2026, 22:26
06 авг 2026, 22:26
dae6c02
Код
Авторство
О чём код?
# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com> # # SPDX-License-Identifier: LGPL-2.1-or-later name: Check spelling with codespell on: push: branches: [master, ci-test] pull_request: branches: [master] permissions: contents: read jobs: spellcheck: runs-on: ubuntu-26.04 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2 with: ignore_words_file: .codespellignore