Skip to content

Merge pull request #190 from LedgerHQ/fbe/error_code_when_child_app_i… #1196

Merge pull request #190 from LedgerHQ/fbe/error_code_when_child_app_i…

Merge pull request #190 from LedgerHQ/fbe/error_code_when_child_app_i… #1196

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- master
- develop
pull_request:
jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Lint
uses: DoozyX/clang-format-lint-action@v0.13
with:
source: './src'
extensions: 'h,c'
clangFormatVersion: 12