Skip to content

Update po files, containing translation messages #672

Update po files, containing translation messages

Update po files, containing translation messages #672

Workflow file for this run

name: Spelling Check
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Initialize Problem Matcher
uses: codespell-project/codespell-problem-matcher@v1
- name: Check Spelling
uses: codespell-project/actions-codespell@v1
with:
ignore_words_file: .codespellignore
check_filenames: true
path: source