Skip to content

sign_psbt: review BIP-322 message signing requests as messages, not transactions #2258

sign_psbt: review BIP-322 message signing requests as messages, not transactions

sign_psbt: review BIP-322 message signing requests as messages, not transactions #2258

Workflow file for this run

---

Check warning on line 1 in .github/workflows/lint-workflow.yml

View workflow run for this annotation

GitHub Actions / Code style check

Workflow execution policy warning (evaluate mode)

Actor is not allowed to trigger Actions workflows.
name: Code style check
# This workflow will run linting checks to ensure a level of uniformization among all Ledger applications.
#
# The presence of this workflow is mandatory as a minimal level of linting is required.
# You are however free to modify the content of the .clang-format file and thus the coding style of your application.
# We simply ask you to not diverge too much from the linting of the Boilerplate application.
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
jobs:
check_linting:
name: Check linting using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1
with:
source: './src'
extensions: 'h,c'