Skip to content
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:
branches:
- master
- main
- develop
pull_request:
jobs:
guidelines_enforcer:
name: Call Ledger guidelines_enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v0.2.0

Check failure on line 23 in .github/workflows/guidelines_enforcer.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/guidelines_enforcer.yml

Invalid workflow file

error parsing called workflow ".github/workflows/guidelines_enforcer.yml" -> "LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v0.2.0" (source tag with sha:2f3aeed3b7acde4c5d7eafc999ea136b5e6ee6d1) : invalid value workflow reference: no version specified