concepts.trr379.de/.forgejo/workflows/codespell.yml
Michael Hanke 790fe1792e
Some checks failed
Codespell / Check for spelling errors (push) Successful in 19s
Model checks / lint (push) Failing after 1m25s
Validate examples and verify unmodified conversion / lint (push) Failing after 1m19s
Refurbish and start DFB survery schema design
2025-07-28 19:54:22 +02:00

27 lines
596 B
YAML

# Codespell configuration is within .codespellrc
---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Annotate locations with typos
uses: "https://github.com/codespell-project/codespell-problem-matcher@v1"
- name: Codespell
uses: "https://github.com/codespell-project/actions-codespell@v2"
with:
ignore_words_list: crate