Skip to content

Configuration for https://github.com/dcermak/rpm-spec-language-server #2686

Configuration for https://github.com/dcermak/rpm-spec-language-server

Configuration for https://github.com/dcermak/rpm-spec-language-server #2686

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: pip install codespell
- name: Use codespell
run: codespell --quiet-level=2 --check-hidden --skip=./doc/server_configurations.md,./doc/server_configurations.txt --ignore-words=.codespellignorewords