dump-things-service/.forgejo/workflows/codespell.yml
Michael Hanke 9c6c366b40
Some checks failed
Codespell / Check for spelling errors (pull_request) Failing after 27s
Codespell / Check for spelling errors (push) Failing after 29s
Test execution / Test-all (push) Successful in 1m12s
ci: make codespell workflow run on forgejo
2026-06-30 19:53:10 +02:00

22 lines
447 B
YAML

# Codespell configuration is within `pyproject.toml`
---
name: Codespell
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: debian-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Codespell
uses: https://github.com/codespell-project/actions-codespell@v2
with:
ignore_words_list: crate