Ensure compliance with Ledger guidelines #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ensure compliance with Ledger guidelines | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
# Allows us to run the workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
guidelines_enforcer: | |
name: Call Ledger guidelines_enforcer | |
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1 | |
with: | |
run_for_devices: '["nanos", "nanox", "nanosp"]' |