Skip to content

Use common workflows #525

Use common workflows

Use common workflows #525

name: Ensure compliance with Ledger guidelines
# This workflow is mandatory in all applications
# It calls a reusable workflow guidelines_enforcer developed by Ledger's internal developer team.
# The successful completion of the reusable workflow is a mandatory step for an app to be available on the Ledger
# application store.
#
# More information on the guidelines can be found in the repository:
# LedgerHQ/ledger-app-workflows/
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
- develop
- master
- dev
jobs:
ledger-guidelines-enforcer:
uses: Zondax/_workflows/.github/workflows/_ledger_guidelines_enforcer.yml@v3