Skip to content

Split build and test CI entry point from workflow to provide a reusable interface #523

Split build and test CI entry point from workflow to provide a reusable interface

Split build and test CI entry point from workflow to provide a reusable interface #523

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- main
- master
- develop
pull_request:
jobs:
job_lint:
name: Check linting using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1
with:
source: './src'