/
githubmirror
/
reveal.js
Обзор
Документация
Войти
/
githubmirror
/
reveal.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/spellcheck.yml
25 строк
495 B
Hakim El Hattab
ignore react package in spellcheck
09 мар 2026, 12:31
09 мар 2026, 12:31
225963e
Код
Авторство
О чём код?
# Codespell configuration is within .codespellrc --- name: Spellcheck on: push: branches: [master] pull_request: branches: [master] permissions: contents: read jobs: codespell: name: Check for spelling errors runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 with: skip: ./.git,./dist,package-lock.json,*.css,.codespellrc,./react/