Add CI workflow to ensure ethereum SDK is up to date

This commit is contained in:
Francois Beutin
2024-05-28 17:48:01 +02:00
parent a5410a9a63
commit e7a1ac3558

16
.github/workflows/check_sdk.yml vendored Normal file
View File

@@ -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