Skip to content

Pczt clear signing #185

Pczt clear signing

Pczt clear signing #185

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
with:
src_path: "./src,./build.rs,./Cargo.toml,./tests,./docs,./README.md,./CHANGELOG.md"