fix: 8-bit pair counters overflow in generic clear-signing UI builder src/nbgl/ui_gcs.c #2128
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Misspellings CI | |
| 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 | |
| with: | |
| src_path: src, doc, client |