Skip to content

Merge pull request #225 from LedgerHQ/test/LIVE-11792 #1339

Merge pull request #225 from LedgerHQ/test/LIVE-11792

Merge pull request #225 from LedgerHQ/test/LIVE-11792 #1339

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- master
- 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'
version: 12