Skip to content

Commit

Permalink
Add CI workflow to ensure ethereum SDK is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed May 28, 2024
1 parent 2095776 commit 138c481
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check_sdk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Check SDK submodule version

on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:

jobs:
job_check_SDK:
name: Check Ethereum plugin SDK submodule is up-to-date
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_check_ethereum_sdk.yml@v1

0 comments on commit 138c481

Please sign in to comment.