Tidy up code that sets 'Processing' screen on Nano devices #61
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: Ledger rule enforcer | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
- develop | |
tags: | |
- '**' | |
pull_request: | |
paths-ignore: | |
- '.github/workflows/*.yml' | |
jobs: | |
ledger_rule_enforcer: | |
name: Run Ledger rule enforcer using the reusable workflow | |
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1 | |
with: | |
run_for_devices: '["nanos", "nanox", "nanosp", "stax"]' |