Skip to content

Commit

Permalink
Use reusable workflow for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Sep 12, 2024
1 parent cb0fc81 commit d881bac
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/lint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@ on:

jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest

steps:
- name: Clone
uses: actions/checkout@v3

- name: Lint
uses: DoozyX/[email protected]
with:
source: "./"
extensions: "h,c"
clangFormatVersion: 12.0.1
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.0.1

0 comments on commit d881bac

Please sign in to comment.