Skip to content

Merge pull request #190 from LedgerHQ/fbe/error_code_when_child_app_i… #182

Merge pull request #190 from LedgerHQ/fbe/error_code_when_child_app_i…

Merge pull request #190 from LedgerHQ/fbe/error_code_when_child_app_i… #182

name: Misspellings checks
# This workflow performs some misspelling checks on the repository
# It is there to help us maintain a level of quality in our codebase and does not have to be kept on forked
# applications.
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
jobs:
misspell:
name: Check misspellings
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Check misspellings
uses: codespell-project/actions-codespell@v1
with:
builtin: clear,rare
check_filenames: true
ignore_words_file: .codespellignore
path: src/,test/python/,protocol.md,Makefile,README.md