Merge pull request #117 from Concordium/governance-app/update-auths-s… #143
This file contains hidden or 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"]' |