Skip to content

Merge pull request #11 from LedgerHQ/tdj/apex_support #215

Merge pull request #11 from LedgerHQ/tdj/apex_support

Merge pull request #11 from LedgerHQ/tdj/apex_support #215

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:

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

View workflow run for this annotation

GitHub Actions / Ensure compliance with Ledger guidelines

Invalid workflow file

The workflow is not valid. .github/workflows/guidelines_enforcer.yml (Line: 21, Col: 3): Error calling workflow 'LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1'. The workflow is requesting 'actions: write', but is only allowed 'actions: none'.
name: Call Ledger guidelines_enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1