Skip to content

Merge pull request #28 from LedgerHQ/glyphs_include_new_path #317

Merge pull request #28 from LedgerHQ/glyphs_include_new_path

Merge pull request #28 from LedgerHQ/glyphs_include_new_path #317

Workflow file for this run

name: Code style check
on: [push, pull_request]
jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Lint
uses: DoozyX/[email protected]
with:
source: './src'
extensions: 'h,c'
clangFormatVersion: 12.0.1