Skip to content

GHA: added an action to spell check. #1

GHA: added an action to spell check.

GHA: added an action to spell check. #1

Workflow file for this run

name: Spell check
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
spell_check:
name: Spell check
runs-on: ubuntu-latest
steps:
- name: Check out OpenCOR
uses: actions/checkout@v4
- name: Spell check
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
skip: ./i18n,.res/flags,./res/ui.qrc,./src/3rdparty,./src/plugins/thirdParty/PythonPackages/scripts
exclude_file: *_fr.ts

Check failure on line 20 in .github/workflows/spellCheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spellCheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
ignore_words_list: fileTests,pEvent,pRes,DEPENDEES