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. permissions: contents: read on: workflow_dispatch: push: branches: - master - main - develop pull_request: jobs: misspell: name: Check misspellings uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_spell_check.yml@v1