Skip to content

Rename the Find in Files function to Replace in Files and then build Replace in Files #750

Rename the Find in Files function to Replace in Files and then build Replace in Files

Rename the Find in Files function to Replace in Files and then build Replace in Files #750

Workflow file for this run

name: Codespell
on:
push:
branches:
- master
pull_request:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
path: ./src/NotepadNext
skip: "*.lua,*.ui"
ignore_words_list: "doubleclick,msdos"