Skip to content

Plugin release 1.0.0 #3

Plugin release 1.0.0

Plugin release 1.0.0 #3

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'