Skip to content

Merge pull request #21 from LedgerHQ/fix/apa/update_plugin_sdk #96

Merge pull request #21 from LedgerHQ/fix/apa/update_plugin_sdk

Merge pull request #21 from LedgerHQ/fix/apa/update_plugin_sdk #96

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- main
- 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.15
with:
source: "./"
extensions: "h,c"
clangFormatVersion: 12.0.1